migrate to v1.15.0
This commit is contained in:
parent
fa04fd3c38
commit
1b92aed683
@ -1,12 +1,12 @@
|
||||
{{template "base/head" .}}
|
||||
<div id="home" class="home">
|
||||
<div id="home" class="page-content home">
|
||||
<div style="margin:auto; width:100%; position: fixed; padding-top:14px">
|
||||
<canvas id="c"></canvas>
|
||||
</div>
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div>
|
||||
<img class="logo" src="{{AppSubUrl}}/img/gitea-lg.png" />
|
||||
<img class="logo" src="{{AssetUrlPrefix}}/img/logo.png" />
|
||||
</div>
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
@ -17,5 +17,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="{{StaticUrlPrefix}}/js/theme-matrix.js"></script>
|
||||
<script src="{{AssetUrlPrefix}}/js/theme-matrix.js"></script>
|
||||
{{template "base/footer" .}}
|
||||
|
Loading…
Reference in New Issue
Block a user