-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 924 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
<html>
<head>
<!--Comments look like this-->
<title>The Creation of Justin</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/main.css">
<script type="text/javascript" src="jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.9.2.custom.min.js"></script>
<script type="text/javascript" src="custom.js"></script>
</head>
<body>
<div id="background">
<img id ="img" src="img/image_1.jpg">
<img id ="img" src="img/image_2.jpg">
<img id ="img" src="img/image_3.jpg">
<img id ="img" src="img/image_4.jpg">
<img id ="img" src="img/image_5.jpg">
<img id ="img" src="img/image_6.jpg">
<img id ="img" src="img/image_7.jpg">
<img id ="img" src="img/image_8.jpg">
</div>
<div id="main"><h1>The Creation of Justin</h1><br>
<div id="nav"><span>I</span><span>II</span><span>III</span><span>IV</span><span>V</span><span>VI</span><span>VII</span><span>VIII</span></div>
</div>
</body>
</html>