Make branding more generic lol
This commit is contained in:
parent
f90f3e8464
commit
1ad6238538
|
@ -4,12 +4,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta property="og:title" content="Roblox Audio Asset API">
|
<meta property="og:title" content="Roblox Asset API">
|
||||||
<meta property="og:description" content="Bulk conversion of asset IDs to download URLs!">
|
<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:image" content="https://example.com/image.jpg">
|
||||||
<meta property="og:url" content="https://audio.kcadev.org">
|
<meta property="og:url" content="https://audio.kcadev.org">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<title>Roblox Audio Asset API Documentation</title>
|
<title>Roblox Asset API Documentation</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Roblox Audio Asset API Documentation</h1>
|
<h1>Roblox Asset API Documentation</h1>
|
||||||
<p>This project is open source and you can find the code on <a href="https://git.chrischro.me/KCA/AudioDownloadAPI">Forgejo</a>.</p>
|
<p>This project is open source and you can find the code on <a href="https://git.chrischro.me/KCA/AudioDownloadAPI">Forgejo</a>.</p>
|
||||||
<p>We do not store any personal information. We only log a timestamp, IP address, HTTP method, and path for debugging and spam monitoring purposes. These logs are shown in the console and cleared daily.</p>
|
<p>We do not store any personal information. We only log a timestamp, IP address, HTTP method, and path for debugging and spam monitoring purposes. These logs are shown in the console and cleared daily.</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue