-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (34 loc) · 1.09 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
<!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">
<title>Home</title>
<link rel="icon" href="https://static.digit.in/default/71e0c2ec83bdaf41546e982bf75c802d7a070d11.jpeg">
<link rel="stylesheet" href="style/index.css">
<script src="https://kit.fontawesome.com/4bea23e3dd.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbarpage">
</div>
<div id="slide">
<img src="https://drive.google.com/uc?export=view&id=1IB28XPHnwkDDFxVL6oZPKk41ITDlpZIA" alt="">
</div>
<div id="filter">
<div>
<button id="high">High to Low Rating</button>
<button id="low">Low to High Rating</button>
</div>
<div>
<button id="searchpage">Go To Search Page</button>
</div>
</div>
<div id="container">
<div id="load">
<img src="https://media.tenor.com/xhcMw8-Ow_IAAAAj/innoit.gif" alt="">
</div>
</div>
</body>
</html>
<script type="module" src="script/index.js"></script>