summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--recipes/cheesyCreamyRamen.html14
2 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
index c2ec7b7..69fd628 100644
--- a/index.html
+++ b/index.html
@@ -9,5 +9,6 @@
<h1>
Odin Recipes
</h1>
+ <a href="recipes/cheesyCreamyRamen.html">Cheesy Creamy Ramen</a>
</body>
</html> \ No newline at end of file
diff --git a/recipes/cheesyCreamyRamen.html b/recipes/cheesyCreamyRamen.html
new file mode 100644
index 0000000..a5e5fdd
--- /dev/null
+++ b/recipes/cheesyCreamyRamen.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>
+ Cheesy Creamy Ramen
+ </h1>
+ <a href="../index.html">Home</a>
+</body>
+</html> \ No newline at end of file