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 16:47:54 +00:00
|
|
|
<a href="recipes/potatoes.html">
|
|
|
|
Potatoes
|
|
|
|
</a>
|
|
|
|
<a href="recipes/lasagna.html">
|
|
|
|
Lasagna
|
|
|
|
</a>
|
|
|
|
<a href="recipes/pizza.html">
|
|
|
|
Pizza
|
|
|
|
</a>
|
2023-12-28 16:36:58 +00:00
|
|
|
</body>
|
|
|
|
</html>
|