Added links to recipes on homepage

This commit is contained in:
NetMan 2023-12-28 17:47:54 +01:00
parent f1c796aa36
commit 214d75aec8
1 changed files with 9 additions and 1 deletions

View File

@ -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>