gitea/templates/home.tmpl

9 lines
377 B
Cheetah
Raw Normal View History

2014-02-18 00:38:50 +01:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 11:44:37 +01:00
<div id="body" class="container">
2014-03-28 13:39:35 +01:00
<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">
2014-02-18 00:38:50 +01:00
</div>
2014-03-25 20:54:46 +01:00
{{template "base/footer" .}}