summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--recipes/eggTomatoRice.html14
2 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
index 18a7fe7..a261e39 100644
--- a/index.html
+++ b/index.html
@@ -11,5 +11,6 @@
</h1>
<a href="recipes/cheesyCreamyRamen.html">Cheesy Creamy Ramen</a>
<a href="recipes/pesto.html">Pesto</a>
+ <a href="recipes/eggTomatoRice.html">Egg Tomato Rice</a>
</body>
</html> \ No newline at end of file
diff --git a/recipes/eggTomatoRice.html b/recipes/eggTomatoRice.html
new file mode 100644
index 0000000..d7a4f94
--- /dev/null
+++ b/recipes/eggTomatoRice.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Document</title>
+</head>
+<body>
+ <h1>
+ Egg Tomato Rice
+ </h1>
+ <a href="../index.html">Home</a>
+</body>
+</html> \ No newline at end of file