1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 02:04:27 +00:00
gitea/templates/home.tmpl

7 lines
190 B
Cheetah
Raw Normal View History

2014-02-17 18:38:50 -05:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 18:44:37 +08:00
<div id="body" class="container">
2014-03-26 08:54:46 +13:00
Welcome to the land of Gogs! We will add an introduction soon!
2014-02-17 18:38:50 -05:00
</div>
2014-03-26 08:54:46 +13:00
{{template "base/footer" .}}