-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (35 loc) · 1.15 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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body class="body-m">
<table class="header">
<tr>
<td><img src="images/logo-4.png" alt=""> </td>
<td><a href="#">HOME</a></td>
<td><a href="#">ABOUT</a></td>
<td><a href="#">BLOG</a></td>
<td><a href="#">CONTACT</a></td>
</tr>
</table>
<div >
<img src="images/banner-5.png" class="banner" alt="">
</div>
<div class="b-b">
<div class="col-sm-6 b-b1 extra">
<p><b>NEW PRODUCT</b></p>
<h1>The Twist of Health Yogurt</h1>
<p>This websiste template was desined by</p>
<a href="#">Free Web Templates</a>
<p>For you for free you can replace all this text with your own text</p>
</div>
<div class="col-sm-6 b-b1 extra-1"><img src="images/B-B-4.png" alt=""></div>
</div>
<div class="footer-img"><img src="images/Footer-5.png" alt=""></div>
</body>
</html>