index.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Recipes</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. <!-- TODO: -->
  14. <!-- Recipes: -->
  15. <!-- - breakfast mushrooms -->
  16. <!-- - tofu scramble -->
  17. <!-- - potato chips -->
  18. <!-- - brownies -->
  19. <!-- - spaghetti -->
  20. <!-- - japanese curry -->
  21. <!-- - baked fries -->
  22. <!-- - pancakes -->
  23. <!-- - corn bread --/>
  24. <!-- - lasagna -->
  25. <!-- - parmesan -->
  26. <!-- - breakfast lentils -->
  27. <!-- - BBQ tofu bites -->
  28. <!-- - E2 Basics dressing -->
  29. <!-- -
  30. <!-- Sites: -->
  31. <!-- - Fat Free Vegan -->
  32. <!-- - Minimalist Baker -->
  33. <!-- - Straight Up Food -->
  34. <!-- - Dr. McDougall -->
  35. <!-- - PCRM -->
  36. <!-- - T Colin Campbell -->
  37. <!-- - Engine 2 -->
  38. <h1>Recipes</h1>
  39. <h2 id="thanksgiving">Thanksgiving</h2>
  40. <ul>
  41. <li>The best <a href="cranberrysauce">cranberry sauce</a> ever</li>
  42. </ul>
  43. <h2>Everyday</h2>
  44. <p>
  45. I rely on the following recipes regularly, or on certain occasions.
  46. <a href="all">All recipes</a> are currently in <abbr title="Portable
  47. Document Format">PDF</abbr>.</p>
  48. <ul>
  49. <li><a href="asiangingersauce">Asian Ginger Sauce</a></li>
  50. <li><a href="bakedyams">Baked Yams</a> and <a href="peanutdressing">Peanut Dressing</a></li>
  51. <li><a href="mashedpotatoes">Mashed Potatoes</a> and <a href="creamygoldengravy">Creamy Golden Gravy</a></li>
  52. <li><a href="ultimateveganchili">Ultimate Vegan Chili</a></li>
  53. </ul>
  54. <hr/>
  55. <footer>
  56. <p>Last updated: 2018-01-03 01:14:50 CST.</p>
  57. <p>
  58. Copyright 2017 Caleb Herbert under the terms of the
  59. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  60. 4.0 International</a> license.</p>
  61. </footer>
  62. </body>
  63. </html>