-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Movie Feast</title>
<link rel="icon" href="movie-pic.jpeg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="topnav">
<a class="active" href="#">Movie Feast</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>
<div class="column">
<div class="card">
<center><img src="imageKGF.jpeg" class="thumbnail"></center>
<h3>Movie Title</h3>
</div>
</div>
</div> -->
</section>
</body>
<script src="script.js"></script>
</html>