CodeObermuiCustom/templates/home.tmpl

22 lines
624 B
Cheetah
Raw Normal View History

2020-05-02 00:08:09 +00:00
{{template "base/head" .}}
2021-08-28 17:13:24 +00:00
<div id="home" class="page-content home">
2020-05-02 00:09:36 +00:00
<div style="margin:auto; width:100%; position: fixed; padding-top:14px">
<canvas id="c"></canvas>
</div>
2020-05-02 00:08:09 +00:00
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
2021-08-28 17:13:24 +00:00
<img class="logo" src="{{AssetUrlPrefix}}/img/logo.png" />
2020-05-02 00:08:09 +00:00
</div>
<div class="hero">
<h1 class="ui icon header title">
A Home for Code
</h1>
<h2>powered by Gitea</h2>
</div>
</div>
</div>
</div>
2021-08-28 17:13:24 +00:00
<script src="{{AssetUrlPrefix}}/js/theme-matrix.js"></script>
2020-05-02 00:08:09 +00:00
{{template "base/footer" .}}