chore: Add Open Graph meta tags to index.html
This commit is contained in:
parent
30c8be07e7
commit
3b5e85e5de
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue