You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
432 B
15 lines
432 B
1 year ago
|
{{ template "base" . }}
|
||
|
|
||
|
{{ define "content" }}
|
||
|
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
||
|
<main class="px-3">
|
||
|
<h1>Dela.</h1>
|
||
|
<p class="lead">A free and open-source web TODO list</p>
|
||
|
<p class="lead">
|
||
|
<a href="/login" class="btn btn-lg btn-primary">Login</a>
|
||
|
<a href="/register" class="btn btn-lg btn-primary">Register</a>
|
||
|
</p>
|
||
|
</main>
|
||
|
</div>
|
||
|
|
||
|
{{ end }}
|