0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-19 07:39:00 +02:00
gitea/templates/home.tmpl

6 lines
202 B
Cheetah
Raw Normal View History

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