123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Shopping List</title>
- <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
- <link rel="stylesheet" type="text/css" href="/csh/stylesheet.css"/>
- </head>
- <body>
- <header>
- <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
- </header>
- <h1>Shopping List</h1>
- <ul>
- <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>
- <li>$3 screwdriver set (Dollar Tree) (fix laptop)</li>
- <li>agave nectar</li>
- <li><s>bread</s></li>
- <li>brown rice flour</li>
- <li>brown rice</li>
- <li>rice vinegar</li>
- <li>shredded whole wheat cereal</li>
- <li>tahini</li>
- <li><s>toothpaste</s></li>
- </ul>
- <hr/>
- <footer>
- <p>Last updated: 2017-11-20 17:36:02 CST.</p>
- <p>
- Copyright 2017 Caleb Herbert under the terms of the
- <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
- 4.0 International</a> license.</p>
- </footer>
- </body>
- </html>
|