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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Odin Recipes</h1>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue