1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>class</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <center>
-
- <div class="poem">
- 2022::1749.
- <br>
- <pre>typing this in class, got here a bit late
- so sudden, like
- i cried, i cried in class
- no one could see me, im too inept to notice
- it's common, i'm in pain
- in such pain everybody tries to help
- they are all scared, im scared too
- i dont get it, maybe i should pay attention
- to class
- and less to
- myself</pre>
- </div>
- <footer>
- <a href="index.html">index</a>
- ~
- <a href="overflow.html">previous</a>
- ~
- <a href="grow.html">next</a>
- </footer>
- </center>
- </body>
- </html>
|