diff options
| -rw-r--r-- | views/login.html | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/views/login.html b/views/login.html index 934d575..f1bed26 100644 --- a/views/login.html +++ b/views/login.html | |||
| @@ -4,7 +4,14 @@ | |||
| 4 | <title>Grilist - Login</title> | 4 | <title>Grilist - Login</title> | 
| 5 | </head> | 5 | </head> | 
| 6 | <body> | 6 | <body> | 
| 7 | Benis. | 7 | {{ if .error }} | 
| 8 | <div style="color: red">Es gab einen Fehler: {{ .error }}</div> | ||
| 9 | {{ end }} | ||
| 10 | <form action="#" method="POST"> | ||
| 11 | <input name="username" type="text" placeholder="Username" /><br /> | ||
| 12 | <input name="password" type="password" placerholder="benis" /><br /> | ||
| 13 | <button type="submit">Einloggen</button> | ||
| 14 | </form> | ||
| 8 | </body> | 15 | </body> | 
| 9 | </html> | 16 | </html> | 
| 10 | {{ end }} \ No newline at end of file | 17 | {{ end }} \ No newline at end of file | 
