summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-07-12 18:12:42 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-07-12 18:12:42 +0000
commitabe84c7b030afa386c0c13db85b84b71ac1f6298 (patch)
treeb3d5febdfcef99c4ea6529200140609084bbad66 /public
parentMerge branch 'smaller-docker-image' into 'master' (diff)
parentMove index.html to simplify .gitlab-ci.yml (diff)
downloadpages-plain-html-abe84c7b030afa386c0c13db85b84b71ac1f6298.tar.gz
Merge branch 'simplify-gitlab-ci.yml' into 'master'
Move index.html to simplify .gitlab-ci.yml ## What does this MR do? - move `index.html` to public folder - simplify `.gitlab-ci.yml` ## Are there points in the code the reviewer needs to double check? Not really... ## Why was this MR needed? Every build moves the `index.html` to the public folder&mdash;which is unnecessary if it can be there from the beginning. ## What are the relevant issue numbers? None. See merge request !10
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