From d09c4a5a88b18d67fdb437a98b305fc0640ec0fd Mon Sep 17 00:00:00 2001 From: Yannick Perret <yannick.perret@insa-lyon.fr> Date: Tue, 20 Jul 2021 10:59:09 +0000 Subject: [PATCH] Add new file --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..ec9e7c9 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Test</title> + </head> + <body> + <p>This is Sparta!</p> + </body> +</html> -- GitLab