moes.html 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Moe'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>Moe's</h1>
  14. <p>
  15. What I order at Moe's is similar if not identical to what I order at
  16. Chipotle.</p>
  17. <ol>
  18. <li>Veggie bowl</li>
  19. <li>Brown rice</li>
  20. <li>Black beans</li>
  21. <li><abbr title="Pico de gallo">Pico</abbr></li>
  22. <li>Lots of vegetables</li>
  23. <li><em>No cheese</em></li>
  24. <li><em>No sour cream</em></li>
  25. <li>Lots of salsa</li>
  26. <li>Guacamole</li>
  27. </ol>
  28. <hr/>
  29. <footer>
  30. <p>Last updated: 2017-11-11 00:19:29 CST.</p>
  31. <p>
  32. Copyright 2017 Caleb Herbert under the terms of the
  33. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  34. 4.0 International</a> license.</p>
  35. </footer>
  36. </body>
  37. </html>