From f4de1cdf3b4adb7ec96e6773fb02a0342a9d92f7 Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Thu, 26 Jan 2023 17:22:21 +0100
Subject: [PATCH] Try Gitlab Page from CI

---
 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..0b7b3b4
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,8 @@
+ <html>
+ <head>
+   <title>Home</title>
+ </head>
+ <body>
+   <h1>Hello World!</h1>
+ </body>
+ </html>
-- 
GitLab