-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path015-test.html
35 lines (31 loc) · 1.04 KB
/
015-test.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Testing Compressive Images</title>
<meta name="description" content="Testing Compressive Images">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Test: 15 Images</h1>
<h2>1600x1200</h2>
<a href="index.html" title="Back to Index">Back to Index</a>
<img src="images/test/0001.jpg">
<img src="images/test/0002.jpg">
<img src="images/test/0003.jpg">
<img src="images/test/0004.jpg">
<img src="images/test/0005.jpg">
<img src="images/test/0006.jpg">
<img src="images/test/0007.jpg">
<img src="images/test/0008.jpg">
<img src="images/test/0009.jpg">
<img src="images/test/0010.jpg">
<img src="images/test/0011.jpg">
<img src="images/test/0012.jpg">
<img src="images/test/0013.jpg">
<img src="images/test/0014.jpg">
<img src="images/test/0015.jpg">
</body>
</html>