1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-30 23:25:48 +00:00
gitea/templates/home.tmpl

6 lines
202 B
Cheetah
Raw Normal View History

2014-02-17 23:38:50 +00:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
2014-02-17 23:38:50 +00:00
Website is still in the progress of building...please come back later!
</div>
{{template "base/footer" .}}