2023-12-28 16:36:58 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Recipes</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-12-28 16:40:22 +00:00
|
|
|
<h1>Odin Recipes</h1>
|
2023-12-28 17:03:42 +00:00
|
|
|
<ul>
|
|
|
|
<li><a href="recipes/potatoes.html">Potatoes</a></li>
|
|
|
|
<li><a href="recipes/lasagna.html">Lasagna</a></li>
|
|
|
|
<li><a href="recipes/pizza.html">Pizza</a></li>
|
|
|
|
</ul>
|
2023-12-28 16:36:58 +00:00
|
|
|
</body>
|
|
|
|
</html>
|