-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.28 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
<!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="/css/homepage.css">
<title>Document</title>
</head>
<body class="background">
<div class="main">
<div class="side">
<img src="/images/e2.png" class="enc">
<p class="quote">“Wear a fabulous smile, great jewelry and know that you are totally and utterly in
control.”
<br>
Donatella Versace
</p>
<a href="https://twitter.com/" target="_blank">
<img src="/images/twitter.png" class="twitter">
</a>
<a href="https://instagram.com/" target="_blank">
<img src="/images/insta.png" class="insta">
</a>
<a href="https://facebook.com/" target="_blank">
<img src="/images/facebook.png" class="face">
</a>
</div>
<div class="home">
<img src="/images/home.png" class="home_img">
<a href="categories.html">
<img src="/images/arrow6.png" class="arrow">
</a>
</div>
</div>
</body>
</html>