Skip to content

Commit 6c409e6

Browse files
committed
add recipe pages link
1 parent cf9ed33 commit 6c409e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
<title>Project: Recipes</title>
77
</head>
88
<body>
9+
10+
<h1>Odin Recipes</h1>
11+
12+
<ul>
13+
<li><a href="recipes/bacon.html">Bacon</a></li>
14+
<li><a href="recipes/lasagna.html">Lasagna</a></li>
15+
<li><a href="recipes/pancake.html">Pancake</a></li>
16+
</ul>
917

1018
</body>
1119
</html>

0 commit comments

Comments
 (0)