diff options
| author | 2013-12-26 13:26:05 +0100 | |
|---|---|---|
| committer | 2013-12-26 13:26:05 +0100 | |
| commit | 3ba5223e1350bf0c38a81722a7669871400b340a (patch) | |
| tree | 64ecaa9968fa9940b06241f0a3ac7fc4592cf4e0 /app/index.html | |
| parent | 4098098bd2101787cfbb9c3c1917feb7c0fa531d (diff) | |
Déplacement de ./actualize_script.php sous ./app/
Pour une meilleure protection par défaut
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/app/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> |
