mirror of
https://github.com/renorris/openfsd
synced 2026-03-22 06:25:35 +08:00
8 lines
263 B
HTML
8 lines
263 B
HTML
{{ 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 }}
|