11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
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>
|
|
}
|