summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-01-14 12:15:48 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-01-14 12:15:48 -0800
commit099a48f3a949e2d666d95a7eab6117dca347488b (patch)
treee309958ec63a759ac6a381a22443ef8e08043f93 /recipes
parent296f4a847c3be6f85bd14aef1e4840f9fc57bffe (diff)
Add Recipes folder and 1st recipe
cheesyCreamyRamen.html added with Header Links created to navigate between index and cheesyCreamyRamen
Diffstat (limited to 'recipes')
-rw-r--r--recipes/cheesyCreamyRamen.html14
1 files changed, 14 insertions, 0 deletions
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