a munch adventure
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

21 行
645 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Satiate</title>
  6. <link rel="stylesheet" href="satiate.css">
  7. <script src="audio.js"></script>
  8. <script src="satiate.js"></script>
  9. <meta name="theme-color" content="#000000" />
  10. <meta name="description" content="A text adventure!" />
  11. <meta property="og:title" content="Satiate" />
  12. <meta property="og:description" content="A text adventure!" />
  13. <meta property="og:image" content="https://chemicalcrux.org/satiate.png" />
  14. <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
  15. </head>
  16. <body>
  17. <div>hewwo?</div>
  18. </body>