diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-06 21:33:17 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-06 21:33:17 +0800 |
commit | 4b912b9ae6e087271c0c98b6e444384555ea3e84 (patch) | |
tree | 1b5f0826c82aec2cb03d1f2fd86af2bd8bf69da6 /templates/home.tmpl | |
parent | e878bfb80f52c334a18fbf7b18f79359f7d373af (diff) | |
download | gitea-4b912b9ae6e087271c0c98b6e444384555ea3e84.tar.gz gitea-4b912b9ae6e087271c0c98b6e444384555ea3e84.zip |
signed-in dashboard and navbar changes
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 |