Added links to recipes on homepage
This commit is contained in:
parent
f1c796aa36
commit
214d75aec8
10
index.html
10
index.html
|
@ -8,6 +8,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Odin Recipes</h1>
|
||||
|
||||
<a href="recipes/potatoes.html">
|
||||
Potatoes
|
||||
</a>
|
||||
<a href="recipes/lasagna.html">
|
||||
Lasagna
|
||||
</a>
|
||||
<a href="recipes/pizza.html">
|
||||
Pizza
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue