mirror of
https://git.uditkaro.de/uditkarode/gitea-theme.git
synced 2026-09-10 11:43:49 +00:00
init
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<link rel="stylesheet" href="/assets/custom.css" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital@0;1&display=swap" rel="stylesheet">
|
||||
@@ -0,0 +1,17 @@
|
||||
{{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" .}}
|
||||
Reference in New Issue
Block a user