-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (47 loc) · 935 Bytes
/
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
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Chrismess - A whole mess o' Chrisses</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="index.css" />
</head>
<body bgcolor="Darkred">
<center>
<table bgcolor="#5C0000" width="80%" height="1200px">
<tr>
<td>
<center>
<font color="Red">
<h1 id="Title"> Chrismess</h1>
<br />
<br />
<br />
<form>
<input
type="text"
size="20"
id="Movies"
placeholder="Enter a Flick"
autofocus
>
<input
type="text"
size="20"
id="Yr"
placeholder="Enter a Year"
>
<button type="submit" id="btn2">Check it out</button>
</font>
<ul id="flicks"></ul>
</form>
</center>
</td>
</tr>
<tr></tr><tr></tr>
</table>
</center>
<script src="index.js"></script>
</body>
</html>