stitch.html 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>FIND ME ! !</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">
  14. a quick one, i just finished the last
  15. this is not how it should work but
  16. i'm recording these words for history
  17. when time runs out
  18. and you didn't find me
  19. when i become your tumor</pre>
  20. </div>
  21. <footer>
  22. <a href="index.html">index</a>
  23. &nbsp;~&nbsp;
  24. <a href="burns.html">previous</a>
  25. &nbsp;~&nbsp;
  26. <a href="ghostw.html">next</a>
  27. </footer>
  28. <div class="poem">
  29. <pre class="hid center">
  30. once i go once i force you to let go
  31. one world i will utter from my stitched mouth
  32. no matter how loud
  33. deployed into the city i am
  34. everywhere
  35. wwd</pre>
  36. </div>
  37. </center>
  38. </body>
  39. </html>