summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Walker <>2023-08-21 21:40:47 -0400
committerDustin Walker <>2023-08-21 21:40:47 -0400
commit792bbc5e0cb9d11acd50563b304d9cd8cdcf2620 (patch)
tree3e4c397584f75bdf9203fab48a16c6897095ef53
parent760b4831b81c59f936f6b1c15e5201d6716670c7 (diff)
remove recipes
-rw-r--r--recipes.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/recipes.html b/recipes.html
deleted file mode 100644
index 3f5a99d..0000000
--- a/recipes.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en">
-
- <head>
- <title>Dustin Walker's Recipes</title>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <link rel="stylesheet" type="text/css" href="style.css"/>
- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
- </head>
- <body>
- <main>
- <div class="row">
- <div class="column">
- <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
- </div>
- <div class="column">
- <h1>Recipe Index</h1>
- <p>This index hosts a list of recipes I use and trust. At a minimum each recipe provides a list of ingredients and instructions. They may also include pictures and historical information, if I got around to it.</p>
- <p>The list of ingredients and instructions that make up the core part of any recipe are not copyrightable (under U.S. law). See <a href="https://www.copyright.gov/circs/circ33.pdf">here</a> for more information.</p>
- </div>
- </div>
-
- <div class="row">
- <div class="column">
- <h2>Meals</h2>
- <hr/>
- <ul>
- <li><a href="recipes/butternut_squash_soup.html">Butternut Squash Soup</a></li>
- <li><a href="recipes/polish_pickle_soup.html">Polish Pickle Soup</a></li>
- <li><a href="recipes/lentil_soup.html">Lentil Soup</a></li>
- <li><a href="recipes/black_pepper_pork_stir_fry.html">Black Pepper Pork Stir Fry</a></li>
- <li><a href="recipes/blushing_pasta.html">Blushing Pasta</a></li>
- <li><a href="recipes/tomato_basil_bisque.html">Tomato Basil Bisque</a></li>
- <li><a href="recipes/sausage_greens_beans.html">Sausage Greens and Beans</a></li>
- </ul>
- </div>
- <div class="column">
- <h2>Sides</h2>
- <hr/>
- <ul>
- <li><a href="recipes/quick_pickled_onions.html">Quick Pickled Onions</a></li>
- <li><a href="recipes/deviled_eggs.html">Deviled Eggs</a></li>
- <li><a href="recipes/hard_boiled_eggs.html">Hard-boiled Eggs</a></li>
- <li><a href="recipes/chocolate_chip_cookies.html">Chocolate Chip Cookies</a></li>
- <li>Red Rice</li>
- <li>Egg Salad</li>
- </ul>
- </div>
- </div>
-
- <footer>
- <a href="index.html">Home</a>
- </footer>
- </main>
- </body>
-
-</html>