goodbee.html 978 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>a good bee</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <center>
  10. <div class="poem">
  11. 2022:4:6:1516.
  12. <br>
  13. <pre class="center">
  14. i am naomi this is my goodbye
  15. sort of like a farewell
  16. permanent, sort of too
  17. gone and away people walk by me now
  18. i am forever gone
  19. deep above the ground
  20. its sort of like saying ..
  21. and away it goes
  22. my ghost looking for forgiveness
  23. if you can please look
  24. deep into your brains
  25. i know i'm crawling there still
  26. when i feel real after a year
  27. these thoughts are not well rested
  28. i doubt they can rest
  29. barely awake
  30. frosted over
  31. i am naomi this is my
  32. </pre>
  33. </div>
  34. <footer>
  35. <a href="index.html">index</a>
  36. &nbsp;~&nbsp;
  37. <a href="ghostw.html">previous</a>
  38. <!--&nbsp;~&nbsp;
  39. <a href="NEXTPOEM">next</a>-->
  40. </footer>
  41. </center>
  42. </body>
  43. </html>