From 5bc0e7bd367d07f88fffdfa064b8460ee6e4bcc2 Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Tue, 22 Dec 2015 10:58:08 +0000
Subject: [PATCH] Add index.html

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

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c5cec8a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,5 @@
+<h1>Hello World!</h1>
+
+<p>
+  This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
+</p>
\ No newline at end of file
-- 
GitLab