ghostw.html 646 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>GHOST ! ! !</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <center>
  10. <div class="poem">
  11. 2022::timeunknown.
  12. <br>
  13. <pre class="center">my love !
  14. this is who delves into your past
  15. returning to murder your smile
  16. how i did to myself
  17. iloveyou</pre>
  18. </div>
  19. <footer>
  20. <a href="index.html">index</a>
  21. &nbsp;~&nbsp;
  22. <a href="stitch.html">previous</a>
  23. &nbsp;~&nbsp;
  24. <a href="goodbee.html">next</a>
  25. </footer>
  26. </center>
  27. </body>
  28. </html>