outback.html 840 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Outback Steakhouse 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>Outback Steakhouse</h1>
  14. <p>
  15. I always get sweet potatoes and broccoli.</p>
  16. <ol>
  17. <li>3 baked sweet potatoes: cinnamon sugar on the side, no butter</li>
  18. <li>Side salad: no dressing, no cheese, just vegetables</li>
  19. <li>Lemon wedges</li>
  20. </ol>
  21. <hr/>
  22. <footer>
  23. <p>Last updated: 2017-11-11 00:59:39 CST.</p>
  24. <p>
  25. Copyright 2017 Caleb Herbert under the terms of the
  26. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  27. 4.0 International</a> license.</p>
  28. </footer>
  29. </body>
  30. </html>