From 1447153f57645c5bac3dbdcd4d6c882038c94125 Mon Sep 17 00:00:00 2001
From: tb55xemi <thomas.boy@idiv.de>
Date: Mon, 25 Mar 2019 13:30:42 +0100
Subject: [PATCH] foobar

---
 public/index.html | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 public/index.html

diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..e3e5b9b
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,11 @@
+
+<!doctype html>
+<html lang=en>
+<head>
+<meta charset=utf-8>
+<title>test</title>
+</head>
+<body>
+<p>I'm the content</p>
+</body>
+</html>
\ No newline at end of file
-- 
GitLab