blob: f1d62a0931b18eb7755b52575842b5da6317f795 (
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
|
<html>
<head>
<title>Picture gallery</title>
<style type="text/css">
body {
background-color: #000000;
color: #FFFFFF;
font-family: verdana, sans-serif;
}
a {
color: #FFFFFF;
}
hr {
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;
}
</style>
</head>
<body>
Picture gallery
<hr />
<a href="2-17.html"><<<</a>
<a href="page-2.html#IMG_3644.JPG">Thumbnails</a>
<a href="2-19.html">>>></a>
<br />
<br />
<a href="2-19.html"><img border='0' src='../photos/IMG_3644.JPG' /></a>
<br />
<br />
<a href="../photos/IMG_3644.JPG">Direct link</a>
<h3>IMG_3644.JPG</h3>
</p>
<hr />
Page generated at Sat Oct 22 15:06:02 CEST 2011 using Bash, ImageMagick and Git at Linux; <photos@paul.buetow.org>
</body>
</html>
|