index.html 491 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Anubis works!</title>
  5. <link rel="stylesheet" href="/.within.website/x/xess/xess.css" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. </head>
  8. <body id="top">
  9. <main>
  10. <h1>Anubis works!</h1>
  11. <p>If you see this, everything has gone according to keikaku.</p>
  12. <img
  13. height="128"
  14. src="/.within.website/x/cmd/anubis/static/img/happy.webp"
  15. />
  16. </main>
  17. </body>
  18. </html>