olivegarden.html 940 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Olive Garden 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>Olive Garden</h1>
  14. <p>
  15. I always get the Make Your Own Pasta.</p>
  16. <ul>
  17. <li>Make Your Own Pasta</li>
  18. <li>Whole wheat noodles</li>
  19. <li>Kid's marinara</li>
  20. <li>No cheese</li>
  21. <li>No meat</li>
  22. <li>Add olives</li>
  23. <li>Add mushrooms</li>
  24. <li>Add any other available vegetables</li>
  25. <li>Dry bread sticks</li>
  26. <li>Minestrone soup</li>
  27. </ul>
  28. <hr/>
  29. <footer>
  30. <p>Last updated: 2017-11-11 00:56:24 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>