Udit Karode 20143fbee8 init
2021-12-18 01:16:38 +05:30

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" .}}