6
0
Fork 0
This repository has been archived on 2022-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
cdist-recycledcloud/type/__recycledcloud_gitea/files/home.tmpl

22 lines
663 B
Cheetah

{{template "base/head" .}}
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img style="max-width: 800px;" src="{{StaticUrlPrefix}}/img/recycledcloud-text.png" />
</div>
<div class="hero">
<h1 class="ui icon header title">
Software Forge
</h1>
<p>
Please refer to the <a href="https://recycled.cloud/">wiki</a> for
details and documentation. You can create your own account on <a
href="https://meta.recycled.cloud/users/register">meta.recycled.cloud</a>.
</p>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}