1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/templates/home.tmpl

6 lines
188 B
Cheetah
Raw Normal View History

2014-02-17 18:38:50 -05:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 06:44:37 -04:00
<div id="body" class="container">
2014-03-18 18:31:54 -04:00
Welcome to the land of Gogs! There will be some indroduction!
2014-02-17 18:38:50 -05:00
</div>
{{template "base/footer" .}}