-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
50 lines (34 loc) · 1.5 KB
/
search.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search</title>
<link rel="icon" href="./film_magik.svg" type="image/x-icon" />
<!-- -------------fav icon---- -->
<link rel="icon" href="./film_magik.svg" type="image/x-icon" />
<link rel="stylesheet" href="./css/search.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/more.css">
<link rel="stylesheet" href="./css/footer.css">
<!-- -------------------font Awesome Link------------- -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<div class="searchDiv">
<input type="seacrh" id="search" onkeyup="searchfun()" placeholder="Search..">
</div>
<a class="cross" href="./index.html"><i class="fa-solid fa-xmark"></i></a>
</div>
<div class="more_container seacrhBottom">
</div>
<!-- --------------------Footer ------------------------------ -->
</body>
</html>
<script src="./js/main.js"></script>
<script src="./js/alldata.js"></script>
<script src="./js/search.js"></script>
<script>
</script>