15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
|
|
<section class="hero">
|
||
|
|
<article class="login">
|
||
|
|
<p>Admin</p>
|
||
|
|
<form class="login" action="" method="post">
|
||
|
|
<label>Nombre:</label>
|
||
|
|
<input type="text" name="uname" value="">
|
||
|
|
<label>Nick chat:</label>
|
||
|
|
<input type="text" size="20" name="nick" value=""/>
|
||
|
|
<label class="pass">Contraseña:</label>
|
||
|
|
<input class="pass" type="password" size="15" name="pass" value=""/>
|
||
|
|
<input type="submit" id="submit" value="Entrar"/>
|
||
|
|
</form>
|
||
|
|
</article>
|
||
|
|
</section>
|