You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
489 B
17 lines
489 B
{{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="/img/logo.svg"/>
|
|
</div>
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppName}}
|
|
</h1>
|
|
<a class="hero-explore" href="/explore/repos">
|
|
<button id="new-pull-request" class="ui compact basic button">explore</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|