summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-07-12 18:47:54 +0200
committerwinniehell <git@winniehell.de>2016-07-12 18:47:54 +0200
commit86c71e1015e32ec9730fc82fba6fe2abe212d607 (patch)
tree57efb34ff3aa2938967259913fdc7aec44a5c42f /public
parentUpdate README (diff)
downloadpages-plain-html-86c71e1015e32ec9730fc82fba6fe2abe212d607.tar.gz
Move index.html to simplify .gitlab-ci.yml
Diffstat (limited to 'public')
-rw-r--r--public/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..c5cec8a
--- /dev/null
+++ b/public/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