summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r--templates/home.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl
index 8121a4e8c9..d3a8c0c343 100644
--- a/templates/home.tmpl
+++ b/templates/home.tmpl
@@ -1,6 +1,8 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
- Welcome to the land of Gogs! We will add an introduction soon!
+ <h4>Hey there, welcome to the land of Gogs!</h4>
+ <p>If you just get your Gogs server running, go <a href="/install">install</a> guide page will help you setup things for your first-time run.</p>
+ <img src="http://gowalker.org/public/gogs_demo.gif">
</div>
{{template "base/footer" .}}