overflow.html 515 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>overflow</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">you should be careful while writing,
  14. it's not a good idea to overflow</pre></div>
  15. <footer>
  16. <a href="index.html">index</a>
  17. &nbsp;~&nbsp;
  18. <a href="something.html">next</a>
  19. </footer>
  20. </center>
  21. </body>
  22. </html>