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.
17 lines
566 B
17 lines
566 B
{{ define "content" }} |
|
<h1 class="title is-1">Login</h1> |
|
<form action="/auth/login" method="post"> |
|
<div class="field"> |
|
<label for="url" class="label">Web Signin</label> |
|
<div class="control"> |
|
<input class="input" type="text" name="url" id="url" placeholder="url, e.g. http://example.com/"/> |
|
</div> |
|
</div> |
|
|
|
<div class="field"> |
|
<div class="control"> |
|
<button class="button" type="submit">Login</button> |
|
</div> |
|
</div> |
|
</form> |
|
{{ end }} |