diff options
Diffstat (limited to 'vendors/dokuwiki/lib/styles/index.html')
-rw-r--r-- | vendors/dokuwiki/lib/styles/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendors/dokuwiki/lib/styles/index.html b/vendors/dokuwiki/lib/styles/index.html new file mode 100644 index 000000000..d614603ac --- /dev/null +++ b/vendors/dokuwiki/lib/styles/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="refresh" content="0; URL=../../" /> +<meta name="robots" content="noindex" /> +<title>nothing here...</title> +</head> +<body> +<!-- this is just here to prevent directory browsing --> +</body> +</html> |