Initial commit

This commit is contained in:
Daniel Winning 2025-04-10 21:39:34 +01:00
commit 9da5d960ed
2 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/.idea
/conf/app.ini

11
templates/home.tmpl Normal file
View file

@ -0,0 +1,11 @@
{{template "base/head" .}}
<div role="main" aria-label="Welcome" class="page-content home">
<div class="tw-mb-8 tw-px-8 center">
<div class="hero">
<h1 class="ui icon header title">
Loom Forge
</h1>
</div>
</div>
</div>
{{template "base/footer" .}}