diff options
Diffstat (limited to 'html/8-3.html')
| -rw-r--r-- | html/8-3.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/html/8-3.html b/html/8-3.html new file mode 100644 index 0000000..34e5089 --- /dev/null +++ b/html/8-3.html @@ -0,0 +1,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="8-2.html"><<<</a> +<a href="page-8.html#IMG_4670.JPG">Thumbnails</a> +<a href="8-4.html">>>></a> +<br /> +<br /> +<a href="8-4.html"><img border='0' src='../photos/IMG_4670.JPG' /></a> +<br /> +<br /> +<a href="../photos/IMG_4670.JPG">Direct link</a> +<h3>IMG_4670.JPG</h3> +</p> +<hr /> +Page generated at Sat Oct 22 15:06:10 CEST 2011 using Bash, ImageMagick and Git at Linux; <photos@paul.buetow.org> +</body> +</html> |
