0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 19:27:53 +01:00
gitea/templates/dashboard.tmpl

6 lines
187 B
Cheetah
Raw Normal View History

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