2014-02-17 17:38:50 -06:00
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
2014-03-25 05:44:37 -05:00
|
|
|
<div id="body" class="container">
|
2014-03-28 07:39:35 -05: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-17 17:38:50 -06:00
|
|
|
</div>
|
2014-03-25 14:54:46 -05:00
|
|
|
{{template "base/footer" .}}
|