projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2347e90
)
Don't want an open page/ subdir, redirect to /
author
Joerg Jaspert
<joerg@debian.org>
Sun, 14 Feb 2016 21:14:23 +0000
(22:14 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Sun, 14 Feb 2016 21:14:23 +0000
(22:14 +0100)
page/index.html
[new file with mode: 0644]
patch
|
blob
diff --git a/page/index.html
b/page/index.html
new file mode 100644
(file)
index 0000000..
22ca0e9
--- /dev/null
+++ b/
page/index.html
@@ -0,0
+1,10
@@
+<!DOCTYPE html>
+<html lang='en-GB'>
+ <head>
+ <title>Nothing to see here</title>
+ <meta http-equiv="refresh" content="0; URL=/">
+ </head>
+ <body>
+ Go <a href="/" >/</a> here.
+ </body>
+</html>