kc.html 849 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Kansas City 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>Kansas City</h1>
  14. <h2>Sama Zama</h2>
  15. <p>
  16. There may be more options, but I've only tried their miso ramen.</p>
  17. <h3>Miso Ramen</h3>
  18. <p>
  19. I order miso ramen in the following way.</p>
  20. <ol>
  21. <li>Miso Ramen</li>
  22. <li><em>No egg</em></li>
  23. <li>Soft tofu</li>
  24. </ol>
  25. <hr/>
  26. <footer>
  27. <p>Last updated: 2017-11-11 00:15:15 CST.</p>
  28. <p>
  29. Copyright 2017 Caleb Herbert under the terms of the
  30. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  31. 4.0 International</a> license.</p>
  32. </footer>
  33. </body>
  34. </html>