summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-06 21:33:17 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-06 21:33:17 +0800
commit4b912b9ae6e087271c0c98b6e444384555ea3e84 (patch)
tree1b5f0826c82aec2cb03d1f2fd86af2bd8bf69da6 /templates/home.tmpl
parente878bfb80f52c334a18fbf7b18f79359f7d373af (diff)
downloadgitea-4b912b9ae6e087271c0c98b6e444384555ea3e84.tar.gz
gitea-4b912b9ae6e087271c0c98b6e444384555ea3e84.zip
signed-in dashboard and navbar changes
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r--templates/home.tmpl6
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