diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.htaccess | 1 | ||||
| -rw-r--r-- | tests/index.html | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/.htaccess b/tests/.htaccess new file mode 100644 index 000000000..b66e80882 --- /dev/null +++ b/tests/.htaccess @@ -0,0 +1 @@ +Require all denied diff --git a/tests/index.html b/tests/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/tests/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB"> +<head> +<meta charset="UTF-8" /> +<meta http-equiv="Refresh" content="0; url=/" /> +<title>Redirection</title> +<meta name="robots" content="noindex" /> +</head> + +<body> +<p><a href="/">Redirection</a></p> +</body> +</html> |
