commit f0ae4d0d793618bfe3497b88ce10c888dc61d262 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Mon, 18 Jan 2016 17:49:02 +0100 Added redirect page for phc/ Diffstat:
| A | index.html | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="refresh" content="0; url=phc/" /> +</head> +<body> +<a href="phc/">phc/</a> +</body> +</html>