From 05a50b0671ecf5ed8a3339459e6e3eb8fe0479d1 Mon Sep 17 00:00:00 2001
From: Richard Allred <richardmallred@gmail.com>
Date: Tue, 25 Jun 2019 22:16:59 +0200
Subject: [PATCH] adding html-helloworld application

---
 html-helloworld/index.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/html-helloworld/index.html b/html-helloworld/index.html
new file mode 100644
index 0000000..6da0629
--- /dev/null
+++ b/html-helloworld/index.html
@@ -0,0 +1,5 @@
+<html>
+  <body>
+    <h1>Hello, World!</h1>
+  </body>
+</html>

--
Gitblit v1.9.3