From 19d9fb96427d8646d3de818e97cb2ef03704716c Mon Sep 17 00:00:00 2001 From: Table <romain.drouin@ensiie.fr> Date: Tue, 29 Mar 2016 12:25:58 +0200 Subject: [PATCH] ajout de index.html --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..36ab492 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <title></title> + <meta charset="utf-8" /> +</head> +<body> +<b>Bonjour</b> +</body> +</html> -- GitLab