mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
@page "/RegistrierungA"
|
|
@layout Registrierung
|
|
|
|
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
|
<p>Benutzername:</p>
|
|
<input type="text" class="form-control" id="name" name="name">
|
|
|
|
<p>Passwort:</p>
|
|
<input type="text" class="form-control" id="password" name="password">
|
|
|
|
<form id="button" action="Bestelluebersicht">
|
|
<input type="submit" value="Login" class="btn">
|
|
</form>
|
|
|
|
</div>
|
|
@code {
|
|
|
|
}
|