loom.forge/templates/home.tmpl

15 lines
No EOL
531 B
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="Welcome" class="page-content home">
<div class="center loom-mt-10">
<div>
<h1 class="tw-font-bold loom-text-size-16l">
Loom Forge
</h1>
<p class="loom-my-3 loom-px-4" style="max-width: 600px; margin: 0 auto;">
Home to all the open-source software and packages maintained by <a href="/Danny">@Danny</a> and released under the
<a href="/LoomLabs">@LoomLabs</a> handle.
</p>
</div>
</div>
</div>
{{template "base/footer" .}}