tubearchivist-server/tubearchivist/gitea/templates/home.tmpl

24 lines
739 B
Cheetah

{{template "base/head" .}}
<div class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/tube-archivist-logo-dark.png"/>
</div>
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>Your self hosted YouTube media server</h2>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<h3>A mirror of all repos.</h3>
<a src="https://github.com/tubearchivist">GitHub</a>
</div>
</div>
</div>
{{template "base/footer" .}}