Initial commit
This commit is contained in:
commit
9da5d960ed
2 changed files with 13 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/.idea
|
||||
/conf/app.ini
|
11
templates/home.tmpl
Normal file
11
templates/home.tmpl
Normal 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" .}}
|
Loading…
Add table
Reference in a new issue