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