Basic home template

master
Shad Amethyst 2 years ago
parent f44c1b157d
commit c19c278b3d
Signed by: amethyst
GPG Key ID: D970C8DD1D6DEE36

@ -0,0 +1,19 @@
{{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 class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
</div>
</div>
<div class="twelve wide center aligned centered column">
I'm done <a href="https://giveupgithub.org/">giving Github the right to painlessly break the terms of my open-source licenses</a>.
For this reason, I'm moving from github to this instance of gitea.
<br />
I'll be mirroring the projects that are already on github, but new projects will end up here instead.
</div>
</div>
</div>
{{template "base/footer" .}}
Loading…
Cancel
Save