Initial
This commit is contained in:
parent
4776febe50
commit
5cc59eaf00
6 changed files with 558 additions and 2 deletions
21
templates/home.tmpl
Normal file
21
templates/home.tmpl
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{{template "base/head" .}}
|
||||
<style>
|
||||
#navbar-logo {
|
||||
display: none!important;
|
||||
}
|
||||
</style>
|
||||
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
|
||||
<div class="tw-mb-8 tw-px-8">
|
||||
<div class="center" style="margin-top: 2em;">
|
||||
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
tenkuma's git
|
||||
</h1>
|
||||
<p>This is a Forgejo instance operated by <a href="/tenkuma">Adrian Victor</a>, you can report any problem to <a href="mailto:adrianvictor+webmaster@disroot.org">adrianvictor+webmaster@disroot.org</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue