diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 11:36:11 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 11:36:11 +0100 |
| commit | 2c9f38fdfbca8adc1df99b94203899a6b6fafb49 (patch) | |
| tree | 977730371a5b61bdb07c81e0b38ef36997c742d0 | |
| parent | f1cceb12984ad2d627314b9740febefce743972c (diff) | |
add index.html
| -rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6a5d1a5 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<html> +<head> +<title>Photoalbum!</title> +<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="refresh" content="0; URL=./html/page-1.html"> +</head> +<body> +Redirecting to Page 1 +</body> +</html> |
