mirror of
https://github.com/renorris/openfsd
synced 2026-03-30 11:05:34 +08:00
initial v1.0-beta commit
This commit is contained in:
7
web/templates/landing.html
Normal file
7
web/templates/landing.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ define "title" }}Welcome{{ end }}
|
||||
|
||||
{{ define "body" }}
|
||||
<div class="container-fluid d-flex justify-content-center position-absolute top-50 start-50 translate-middle">
|
||||
<a class="btn btn-lg btn-outline-dark fw-medium" href="/login">Login</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user