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