diff options
| -rw-r--r-- | index.html | 13 | ||||
| -rw-r--r-- | index.php | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/index.html b/index.html new file mode 100644 index 000000000..937659d57 --- /dev/null +++ b/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=public/" /> +<title>Redirection</title> +<meta name="robots" content="noindex,follow" /> +</head> + +<body> +<p><a href="./public/">FreshRSS</a></p> +</body> +</html> diff --git a/index.php b/index.php deleted file mode 100644 index cac0fa9c6..000000000 --- a/index.php +++ /dev/null @@ -1,2 +0,0 @@ -<?php -header('Location: public/');
\ No newline at end of file |
