-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (92 loc) · 2.4 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
<!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="yt.css" /> -->
<link
rel="icon" type="image"
href="https://thumbs.dreamstime.com/b/web-189206689.jpg"
/>
<link rel="stylesheet" href="./styles/style.css" />
<title>Youtube | Vikas Suresh</title>
</head>
<body>
<nav id="navbar"></nav>
<div id="main_container">
<div id="leftbottom">
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/1946/1946436.png"
alt=""
/>
<p>Home</p>
</div>
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/77/77521.png"
alt=""
/>
<p>Explore</p>
</div>
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/3128/3128568.png"
alt=""
/>
<p>Trending</p>
</div>
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/2989/2989849.png"
alt=""
/>
<p>Subscriptios</p>
</div>
<hr />
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/2989/2989835.png"
alt=""
/>
<p>Library</p>
</div>
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/2089/2089679.png"
alt=""
/>
<p>History</p>
</div>
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/2991/2991195.png"
alt=""
/>
<p>Your videos</p>
</div>
<div class="hide">
<img
src="https://cdn-icons-png.flaticon.com/512/126/126473.png"
alt=""
/>
<p>Liked videos</p>
</div>
</div>
</div>
<!-- right side -->
<div id="right">
<div id="rightnav"></div>
</div>
<div id="container">
<img
id="loader"
src="https://c.tenor.com/wpSo-8CrXqUAAAAi/loading-loading-forever.gif"
alt="loader"
/>
</div>
</div>
</body>
</html>
<script type="module" src="index.js"></script>