branson.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Branson 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>Branson</h2>
  14. <h2>Chains</h2>
  15. <p>
  16. There are a few chain restaurants
  17. in <a href="https://branson.com/">Branson</a> with decent vegan
  18. options, including
  19. <a href="moes">Moe's</a>,
  20. <a href="olivegarden">Olive Garden</a>,
  21. <a href="pizzahut">Pizza Hut</a>, <a href="subway">Subway</a>
  22. <a href="tacobell">Taco Bell</a>
  23. .</p>
  24. <h2>Vasken's Deli</h2>
  25. <p>
  26. <a href="https://vaskensdeli.com">Vasken's Deli</a> has a great
  27. falafel. I suggest getting two or three of them with an olive
  28. salad.</p>
  29. <hr/>
  30. <footer>
  31. <p>Last updated: 2017-11-10 23:43:18 CST.</p>
  32. <p>
  33. Copyright 2017 Caleb Herbert under the terms of the
  34. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  35. 4.0 International</a> license.</p>
  36. </footer>
  37. </body>
  38. </html>