From dde0c1d2ffa0d049fd920a31566d7680262720c9 Mon Sep 17 00:00:00 2001
From: Florian Moser <git@famoser.ch>
Date: Sun, 12 Jan 2020 10:48:26 +0100
Subject: [PATCH] add html template

---
 git_gitlab_course/template.html | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 git_gitlab_course/template.html

diff --git a/git_gitlab_course/template.html b/git_gitlab_course/template.html
new file mode 100644
index 0000000..3d149f5
--- /dev/null
+++ b/git_gitlab_course/template.html
@@ -0,0 +1,5 @@
+<html>
+	<body>
+		<h1>Hallo Welt</h1>
+	</body>
+</html>
\ No newline at end of file
-- 
GitLab