-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="container"> <h1 border="1">Odin Recipes</h1></div>
<p class="Re">Recipes</p>
<div class="container1">
<a href="Recipes/Lasgna.html" target="_blank">Lasgna</a>
<div class="str">
<img src="Img/Lasgna.webp" class="img">
</div>
<a href="Recipes/pizza.html" target="_blank" >Pizza</a>
<div class="str">
<img src="Img/pizza.jpg" class="img">
</div>
</div>
<div class="container1" id="1">
<a href="Recipes/Mac&Cheese.html" target="_blank">Mac & Cheese</a>
<div class="str">
<img src="/Img/Mac&cheese.webp" class="img2">
</div>
<a href="Recipes/fettucini.html">Fettucini</a>
<div class="str">
<img src="Img/fettucini.jpg" class="img3">
</div>
</div>
</body>
</html>