-
Notifications
You must be signed in to change notification settings - Fork 0
/
Recipes.html
30 lines (27 loc) · 1.08 KB
/
Recipes.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/MyRepository/Styles/Recipes.css">
<link rel="stylesheet" href="/MyRepository/Styles/all.css">
<link rel="stylesheet" href="/MyRepository/Styles/CSS Reset.css">
<link href="https://fonts.cdnfonts.com/css/milk-and-honey" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/suwannaphum-2" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chocolate Paradise | Recipes</title>
</head>
<body>
</body>
</html>
<div class="navbar">
<li><a href="LandingPage.html"><img class="logo" src="Images/22665-6-chocolate-bar-file.png"></a></li>
<ul>
<li><a href="/YourRepoName/index.html">Home</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Recipes.html">Recipes</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</div>
<h1>Recipes</h1>