-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!--Google Source code fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Akshar:wght@500&family=Fjalla+One&family=Source+Code+Pro:ital,wght@1,600&display=swap" rel="stylesheet">
<!--End of Source code fonts-->
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div class="image-head">
<img src="recipes/assets/chef.jpeg" alt="image-header">
<h1>ODIN RECIPES</h1>
</div>
<ul>
<li><a href="recipes/beef-stew.html"><em>DELICIOUS COOKED BEEF-STEW</em></a></li>
<li><a href="recipes/eggs.html"><em>SCRAMBLED EGGS WITH CHEESE</em></a></li>
<li><a href="recipes/watermelon-salad.html">WATERMELON FETA SALAD </a></li>
<li><a href="recipes/thai-beef-salad.html">THAI BEEF SALAD</a></li>
</ul>
</body>
</html>