-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.html
37 lines (24 loc) · 920 Bytes
/
recipe.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
<!DOCTYPE html>
<html>
<head>
<title>Bake More</title>
<link rel="stylesheet" href="index(2).css">
</head>
<body>
<nav>
<a href="home.html">Home</a></li>
<a href="receipe.html">Recipes</a></li>
<a href="contact.html">Contact</a></li>
</ul>
</nav>
<h1>Bake More</h1>
<img src="unsplash.jpg" ALIGN="left">
<p>
BakeMore
Our story begins in 2012,starting off as just your small locally bakery we have gained an online presence on
different social media platforms<br> such talk,post,snap etc with 500 000 followers minimum.Our recipes are quick and easy to follow in no time your fall
in love and come back for more and more.
</p>
<h1>
</body>
</html>