You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
421 B
14 lines
421 B
4 years ago
|
<content>
|
||
|
<spacer></spacer>
|
||
|
<form>
|
||
|
<header>Login</header>
|
||
|
<label for="username">Username</label>
|
||
|
<input type="text" id="username" name="username" size="32" placeholder="Username">
|
||
|
<label for="password">Password</label>
|
||
|
<input type="password" id="password" name="password" size="32" placeholder="Password">
|
||
|
<br>
|
||
|
<button type="submit">Login</button>
|
||
|
</form>
|
||
|
<spacer></spacer>
|
||
|
</content>
|