diff options
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000000..8cbb29ebb4 --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,6 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +<div id="gogs-body" class="container"> + Website is still in the progress of building...please come back later! +</div> +{{template "base/footer" .}}
\ No newline at end of file |