From 70ac7002e77e71961014388243bd38aa490e5216 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Thu, 10 May 2018 23:08:06 +0200 Subject: [PATCH] Add default HTML Template --- index.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.php b/index.php index e69de29..bf81dc9 100644 --- a/index.php +++ b/index.php @@ -0,0 +1,12 @@ + + + + Titel + + + +

This is a Heading

+

This is a paragraph.

+ + + \ No newline at end of file