-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
37 lines (33 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ImageFlow</title>
<meta name="robots" content="index, follow, noarchive" />
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- This includes the ImageFlow CSS and JavaScript -->
<link rel="stylesheet" href="imageflow.packed.css" type="text/css" />
<script type="text/javascript" src="imageflow.packed.js"></script>
</head>
<body>
<h1>ImageFlow</h1>
<!-- This is all the XHTML ImageFlow needs -->
<div id="myImageFlow" class="imageflow">
<img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 1" />
<img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 2" />
<img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 3" />
<img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 4" />
<img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 5" />
<img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 6" />
<img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 7" />
<img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 8" />
<img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 9" />
<img src="img/img1.png" longdesc="img/img1.png" width="400" height="300" alt="Image 10" />
<img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 11" />
<img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 12" />
<img src="img/img2.png" longdesc="img/img2.png" width="300" height="400" alt="Image 13" />
<img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 14" />
<img src="img/img3.png" longdesc="img/img3.png" width="400" height="400" alt="Image 15" />
</div>
</body>
</html>