simple home page

This commit is contained in:
Gitea 2020-05-02 00:08:09 +00:00
parent e001908f11
commit 798962cf6f
1 changed files with 17 additions and 0 deletions

17
templates/home.tmpl Normal file
View File

@ -0,0 +1,17 @@
{{template "base/head" .}}
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" src="{{AppSubUrl}}/img/gitea-lg.png" />
</div>
<div class="hero">
<h1 class="ui icon header title">
A Home for Code
</h1>
<h2>powered by Gitea</h2>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}