blob: 3cfbaaef1e861da379428ad039d2ebdfe220a3ab (
plain)
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
|
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="hacklabxl.css">
<title>hcklabxl : floating</title>
</head>
<body>
<h1>hcklabxl : floating</h1>
/floating_carrot.jpg
<div>
<img src="/sliced_images/floating_carrot-0.jpg">
<img src="/sliced_images/floating_carrot-1.jpg">
<img src="/sliced_images/floating_carrot-2.jpg">
<img src="/sliced_images/floating_carrot-3.jpg">
<img src="/sliced_images/floating_carrot-4.jpg">
<img src="/sliced_images/floating_carrot-5.jpg">
<img src="/sliced_images/floating_carrot-6.jpg">
<img src="/sliced_images/floating_carrot-7.jpg">
<img src="/sliced_images/floating_carrot-8.jpg">
</div>
<p>man floats accross the atlantic</p>
</body>
</html>
|