From 549353eee6afa612bef061253a3048acaf978b14 Mon Sep 17 00:00:00 2001 From: ALGLAVE Ivan <ivan.alglave8@etu.univ-lorraine.fr> Date: Fri, 1 Jan 2021 16:18:39 +0100 Subject: [PATCH] Added index.php file redirecting to Home.php --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..12703c9 --- /dev/null +++ b/index.php @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> +<head> + <title>Drinkpedia</title> + <meta charset="UTF-8"> + <meta http-equiv="refresh" content="0; URL='Home.php'" /> +</head> +<body></body> \ No newline at end of file -- GitLab