-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
104 lines (91 loc) · 3.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="apple.css">
<link rel="stylesheet" href="flex.css">
</head>
<body>
<header class="main-header">
<div class="container">
<h1 class="hip"><a href="#">freeze</a></h1>
<ul class="main-nav">
<li><a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/index.html" target="_blank">Home</a> </li>
<li><a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/about.html" target="_blank">About</a></li>
<li><a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/blog.html" target="_blank">Blog</a></li>
<li><a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/contact.html" target="_blank">Contact</a></li>
</ul>
</div>
</header>
<section class="push">
<!-- <div class="pain"> -->
<div class="banner">
<!-- <img src="download.jpg" alt="background image"> -->
<!-- </div> -->
</div>
<div class="pull">
<div class="container happy">
<h3 class="cont">New Product</h3>
<h2 class="sad">The Twist of Healthy Yorghurt</h2>
<p class="mag">this website template has been designed by <br>
<a class="mag meg" href="https://freewebsitetemplates.com/">Free Website Templates</a></p>
</div>
</div>
<div class="play">
<div class="press container">
<ul class="mine main-nav ">
<li class="row">
<a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/product.html" target="_blank">
<img class="man" src="cone.png" alt=""> </a>
<p class="dog">PRODUCTS</p>
</li>
<li class="row">
<a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/about.html" target="_blank">
<img class="man" src="hands.png" alt=""> </a>
<p class="dog">OUR STORY</p>
</li>
<li class="row">
<a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/product.html" target="_blank">
<img class="man" src="cone.png" alt=""> </a>
<p class="dog">FLAVORS</p>
</li>
<li class="row">
<a href="https://freewebsitetemplates.com/preview/frozenyogurtshop/contact.html" target="_blank">
<img class="men" src="location 2.jpg" alt=""></a>
<p class="dog" > OUR LOCATION</p>
</li>
</ul>
</div>
</div>
</section>
<footer class="main-header footer">
<div class="container foot">
<ul class=" real">
<li>
<a href="http://freewebsitetemplates.com/go/facebook/" target="_blank">
<img src="facebook logo.jpg" alt="">
</a>
</li>
<li>
<a href="http://freewebsitetemplates.com/go/twitter/" target="_blank">
<img src="twitter logo.jpg" alt="">
</a>
</li>
<li>
<a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank">
<img src="google plus.png" alt="">
</a>
</li>
<li>
<a href="http://pinterest.com/fwtemplates/" target="_blank">
<img src="pintrest logo.jpg" alt="">
</a>
</li>
</ul>
<p class="sabi">© 2023 Freeze. All Right Reserved</p>
</div>
</footer>
</body>
</html>