CHANGE: added Frontend + auth
This commit is contained in:
10
Backend/templates/user.templ
Normal file
10
Backend/templates/user.templ
Normal file
@@ -0,0 +1,10 @@
|
||||
package templates
|
||||
|
||||
templ LoginForm(){
|
||||
@Style()
|
||||
<form method="POST">
|
||||
<input name="card_uid" type="text" placeholder="card_uid"/>
|
||||
<input name="password" type="passwort" placeholder="password"/>
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
||||
}
|
||||
Reference in New Issue
Block a user