From 7eeea0897fe3be9b7380be428690fbe456467bef Mon Sep 17 00:00:00 2001
From: benjamin <mlsuyt@protonmail.com>
Date: Sat, 11 May 2019 12:50:45 -0400
Subject: [PATCH] add public folder

---
 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..15c39df
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>test</title>
+</head>
+<body>
+test
+</body>
+</html>
-- 
GitLab