-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.16 KB
/
Copy pathindex.html
File metadata and controls
40 lines (37 loc) · 1.16 KB
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
<!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>What Suup?</title>
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="img/suup-favicon.svg" />
</head>
<body>
<div>
<ul class="menu-bar">
<li><a href="https://www.google.com">Watch Now</a></li>
<li>Movies</li>
<li>TV Shows</li>
<li>Sports</li>
<li>Kids</li>
<li>Library</li>
<li>Test</li>
</ul>
</div>
<div>
<div class="search">Search <i class="fa fa-search"></i>
<div id="inputParent" class="parentc"></div>
<input type="text" placeholder="Pesquise" autocomplete="off" id="input-bar">
</div>
<div>
<h1></h1>
</div>
<div>
<p></p>
</div>
<script src="scripts/main.js"></script>
</body>
</html>