services: forgejo: init
This commit is contained in:
parent
298dd249f5
commit
443b76f235
3 changed files with 144 additions and 0 deletions
17
services/forgejo/templates/home.tmpl
Normal file
17
services/forgejo/templates/home.tmpl
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{{template "base/head" .}}
|
||||
<div class="page-content home">
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div>
|
||||
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
|
||||
</div>
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
{{AppName}}
|
||||
</h1>
|
||||
<h2>alarsyo's personal projects are hosted here</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue