summaryrefslogtreecommitdiff
path: root/recipes/hard_boiled_eggs.html
diff options
context:
space:
mode:
authorDustin Walker <>2023-08-21 21:37:12 -0400
committerDustin Walker <>2023-08-21 21:37:12 -0400
commit760b4831b81c59f936f6b1c15e5201d6716670c7 (patch)
tree3e554961fdf206f5d822ba3c67e62f8e489e278b /recipes/hard_boiled_eggs.html
parent63de0999d860f76869e3467e6fde17f3fcb4654c (diff)
Slimming down website
Diffstat (limited to 'recipes/hard_boiled_eggs.html')
-rw-r--r--recipes/hard_boiled_eggs.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/recipes/hard_boiled_eggs.html b/recipes/hard_boiled_eggs.html
deleted file mode 100644
index 7108b6c..0000000
--- a/recipes/hard_boiled_eggs.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en">
-
- <head>
- <title>Hard-boiled Eggs</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>
- <img class="icon" src="../img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/>
- <h1>Hard-boiled Eggs</h1>
-
- <p>Hard-boiled meaning a solidified yolk. Use within 2 hours, or refrigerate. Over cooking can result in a green coating on the yolk (ferrous sulfide).</p>
-
- <div class="row">
- <div class="column">
- <h2>Ingredients</h2>
- <ul>
- <li>raw eggs</li>
- <li>1/2 tbs salt (optional)</li>
- <li>1/2 tbs baking soda (optional)</li>
- </ul>
- </div>
- <div class="column">
- <h2>Instructions</h2>
- <ol>
- <li>Fill a pot with plenty of water. Do not heat yet.</li>
- <li>(optional) stir in salt and baking soad for easier peel later on.</li>
- <li>Place eggs in pot of water.</li>
- <li>Turn on heat to boil. Boil for 3 minutes.</li>
- <li>Take pot off heat, cover, and let sit for 10 minutes.</li>
- <li>Place eggs carefully in cool water (the colder the better) to stop cooking process.</li>
- <li>Use or serve with salt/pepper etc.</li>
- </ol>
- </div>
- </div>
-
- <footer>
- <a href="../index.html">Home</a> | <a href="../recipes.html">Recipes</a>
- </footer>
- </main>
- </body>
-
-</html>