chore: Add Open Graph meta tags to index.html

This commit is contained in:
Christopher Cookman 2024-09-05 11:57:03 -06:00
parent 30c8be07e7
commit 3b5e85e5de
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -4,6 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Roblox Audio Asset API">
<meta property="og:description" content="Bulk conversion of asset IDs to download URLs!">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:url" content="https://audio.kcadev.org">
<meta property="og:type" content="website">
<title>Roblox Audio Asset API Documentation</title>
<style>
body {