something.html 796 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>class</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <center>
  10. <div class="poem">
  11. 2022::1749.
  12. <br>
  13. <pre>typing this in class, got here a bit late
  14. so sudden, like
  15. i cried, i cried in class
  16. no one could see me, im too inept to notice
  17. it's common, i'm in pain
  18. in such pain everybody tries to help
  19. they are all scared, im scared too
  20. i dont get it, maybe i should pay attention
  21. to class
  22. and less to
  23. myself</pre>
  24. </div>
  25. <footer>
  26. <a href="index.html">index</a>
  27. &nbsp;~&nbsp;
  28. <a href="overflow.html">previous</a>
  29. &nbsp;~&nbsp;
  30. <a href="grow.html">next</a>
  31. </footer>
  32. </center>
  33. </body>
  34. </html>