-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Icare</title>
<link rel="stylesheet" href="css/pro 5 css.css">
<link rel="stylesheet" href="css/all.min.css">
</head>
<body>
<nav>
<div id="click" class="icon">
<i class="fas fa-bars fa-2x"></i>
</div>
<div id="sidebar" class="hide">
<ul class="menu">
<h3>Menu</h3>
<il><a href="#">Ores</a></il><br>
<il><a href="#">Recipes</a></il><br>
<il><a href="#">Packages</a></il><br>
<il><a href="#">Cosmetics</a></il><br>
<il><a href="#">My Channel</a></il><br>
</ul>
</div>
</nav>
<header>
<img src="img/head.png">
<h2>better care bettre life</h2>
</header>
<main id="drag-container">
<article id="spin-container">
<img src="img/1.png" alt="">
<img src="img/2.png" alt="">
<img src="img/3.png" alt="">
<img src="img/4.png" alt="">
<img src="img/5.png" alt="">
<img src="img/6.png" alt="">
<img src="img/7.png" alt="">
<p>ICare</p>
</article>
<div id="ground"></div>
</main>
<script src="js/pro 5 js.js"></script>
</body>
</html>