-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (31 loc) · 948 Bytes
/
Copy pathindex.html
File metadata and controls
41 lines (31 loc) · 948 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Movie Site</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class ="topnav">
<a class="active" href="#">Movies Site</a>
<div class="search-container">
<form role="search" id="form">
<input type="search" id="query" name="q" placeholder="Search...">
</form>
</div>
</div>
<div style="padding-left:16px">
<section id="section">
<!--<div class="row">
<div class="column">
<div class="card">
<center><img src="https://lumiere-a.akamaihd.net/v1/images/pp_disney_blackpanther_wakandaforever_1289_d3419b8f.jpeg" class="thumbnail" id="image"/></center>
<h3 id="title">Black Panther</h3>
</div>
</div> -->
</section>
</div>
</body>
<script src="script.js"></script>
</html>