mirror of
https://github.com/kataras/iris.git
synced 2025-03-31 06:45:55 +02:00
9 lines
317 B
HTML
9 lines
317 B
HTML
|
<div class="user_signin">
|
||
|
<form action="" method="post">
|
||
|
<label for="username">Email:</label>
|
||
|
<input name="username" type="email" />
|
||
|
<label for="password">Password:</label>
|
||
|
<input name="password" type="password" />
|
||
|
<input type="submit" value="Sign in" />
|
||
|
</form>
|
||
|
</div>
|