papamurphys.html 837 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Papa Murphy's 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>Papa Murphy's</h1>
  14. <p>
  15. I usually, if not always, get the Gourmet Vegetarian pizza at Papa
  16. Murphy's.</p>
  17. <ol>
  18. <li>Gourmet Vegetarian</li>
  19. <li>Thick crust</li>
  20. <li>Regular marinara sauce</li>
  21. <li>No cheese</li>
  22. <li>Add olives</li>
  23. </ol>
  24. <hr/>
  25. <footer>
  26. <p>Last updated: 2017-11-11 01:02:04 CST.</p>
  27. <p>
  28. Copyright 2017 Caleb Herbert under the terms of the
  29. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  30. 4.0 International</a> license.</p>
  31. </footer>
  32. </body>
  33. </html>