Blob: login.html

Blob id: 6bd6b1887f483ef7c88e1b570ed1155534107afb

Size: 249 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<html>
    <form action="" method="post">
        <input type="text" name="username"/>
        <input type="password" name="password">
        <button type="submit">Kirjaudu</button>
    </form>
    {{if .Error}}
    {{.Error}}
    {{end}}

</html>