You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="utf-8">
- <title>Satiate</title>
- <link rel="stylesheet" href="satiate.css">
- <script src="audio.js"></script>
- <script src="satiate.js"></script>
- <meta name="theme-color" content="#000000" />
- <meta name="description" content="A text adventure!" />
- <meta property="og:title" content="Satiate" />
- <meta property="og:description" content="A text adventure!" />
- <meta property="og:image" content="https://chemicalcrux.org/satiate.png" />
- <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
- </head>
-
- <body>
- <div>hewwo?</div>
- </body>
|