-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
39 lines (24 loc) · 893 Bytes
/
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
<!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 Your Favorite Movie</title>
<link rel="icon" href="https://cdn0.iconfinder.com/data/icons/movie-20/24/film-clip-movie-search-512.png">
<link rel="stylesheet" href="/style/search.css">
</head>
<body>
<div id="navsearch"></div>
<div id="slide"><img src="https://drive.google.com/uc?export=view&id=1IB28XPHnwkDDFxVL6oZPKk41ITDlpZIA" alt=""></div>
<div id="searchbox">
<input id="search" type="text" placeholder="Search Movies">
</div>
<div id="container">
<div id="loader">
<img src="https://media.tenor.com/hlKEXPvlX48AAAAj/loading-loader.gif" alt="">
</div>
</div>
</body>
</html>
<script type="module" src="/script/search.js"></script>