summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
blob: d3a8c0c343558327410e2b3af34f589d34a9d1f7 (plain)
1
2
3
4
5
6
7
8
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
	<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" .}}