pizzahut.html 645 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Pizza Hut Menu</title>
  6. <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
  7. <link rel="stylesheet" type="text/css" href="/csh/stylesheet.css"/>
  8. </head>
  9. <body>
  10. <header>
  11. <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
  12. </header>
  13. <h1>Pizza Hut</h1>
  14. <p>
  15. I forget how to order at Pizza Hut.</p>
  16. <hr/>
  17. <footer>
  18. <p>Last updated: 2017-11-11 01:02:56 CST.</p>
  19. <p>
  20. Copyright 2017 Caleb Herbert under the terms of the
  21. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  22. 4.0 International</a> license.</p>
  23. </footer>
  24. </body>
  25. </html>