-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (29 loc) · 802 Bytes
/
index.html
File metadata and controls
39 lines (29 loc) · 802 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
<!DOCTYPE html>
<html>
<head>
<title>Movie World</title>
<!-- reset the default browser styles -->
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/main.css" />
<meta charset="utf-8" />
</head>
<body>
<header>
<h1>Welcome to Movie World</h1>
<script src="js/app.js"></script>
<nav>
<ul>
<li><a>Home</a></li>
<li><a>Contant Us</a></li>
<li><a>About</a></li>
</ul>
</nav>
</header>
<ul>
<li><img
src="https://www.photomural.com/media/catalog/product/cache/2/thumbnail/9df78eab33525d08d6e5fb8d27136e95/I/A/IADX8-062.jpg" />
</li>
</ul>
</body>
<footer>LLC Tim Production</footer>
</html>