-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 891 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Odin Recipes</title>
<link rel="stylesheet" href="./css/styleIndex.css">
</head>
<body>
<h1>Odin Recipes</h1>
<img src="https://camo.githubusercontent.com/aa8ba895162ca48f7a97e7e84afacbafa7478548593765f63fd3ecb168dd648a/68747470733a2f2f7777772e736b696c6c66696e6465722e636f6d2e61752f6d656469612f777973697779672f7468652d6f64696e2d70726f6a6563742d6c6f676f2d736b696c6c2d66696e6465722d706172746e6572732d706167652e706e67"
alt="The Odin Project">
<section class="container">
<a href="./recipes/lasagna.html">Lasagna Recipe</a>
<a href="./recipes/carbonara.html">Carbonara Recipe</a>
<a href="./recipes/pomodoro.html">Pasta Pomodoro Recipe</a>
</section>
</body>
</html>