shoppinglist.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Shopping List</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>Shopping List</h1>
  14. <ul>
  15. <li>Grape-Nuts <em>for <a href="https://www.drmcdougall.com/health/education/recipes/mcdougall-recipes/?recipe-id=38&recipe-name=Apple-Crisp">apple crisp</a></em></li>
  16. <li>$3 screwdriver set (Dollar Tree) (fix laptop)</li>
  17. <li>agave nectar</li>
  18. <li><s>bread</s></li>
  19. <li>brown rice flour</li>
  20. <li>brown rice</li>
  21. <li>rice vinegar</li>
  22. <li>shredded whole wheat cereal</li>
  23. <li>tahini</li>
  24. <li><s>toothpaste</s></li>
  25. </ul>
  26. <hr/>
  27. <footer>
  28. <p>Last updated: 2017-11-20 17:36:02 CST.</p>
  29. <p>
  30. Copyright 2017 Caleb Herbert under the terms of the
  31. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  32. 4.0 International</a> license.</p>
  33. </footer>
  34. </body>
  35. </html>