1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>overflow</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <center>
-
- <div class="poem">
- 2022::timeunknown.
- <br>
- <pre class="center">you should be careful while writing,
- it's not a good idea to overflow</pre></div>
- <footer>
- <a href="index.html">index</a>
- ~
- <a href="something.html">next</a>
- </footer>
- </center>
- </body>
- </html>
|