mirror of
https://git.uditkaro.de/uditkarode/gitea-theme.git
synced 2025-02-22 17:22:02 +00:00
18 lines
519 B
Cheetah
18 lines
519 B
Cheetah
{{template "base/head" .}}
|
|
<div class="page-content home">
|
|
<div class="sixteen wide center aligned centered column hero-flex">
|
|
<div>
|
|
<img class="logo" width="100" height="100" src="/assets/img/logo.png"/>
|
|
</div>
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppName}}
|
|
</h1>
|
|
<a class="hero-explore" href="/explore/repos">
|
|
<button id="new-pull-request" style="color:#fbfbfb" class="ui compact basic button">explore</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|