<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8"/>
 <title>kakumei login</title>
 <link rel="stylesheet" type="text/css" href="reset.css">
 <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
 <div class="centered">
   <p class='title'>Acceso restringido</p>
   <p class="aligned"><span class='label'>Usuario</span> <input class='almostrounded' id='user' type ='input' value=''/></p>
   <p class="aligned"><span class='label'>Clave</span> <input class='almostrounded' id='pass' type ='password' value=''/></p>
   <span class='centeredbutton'><input class='rounded' id='dologin' type ='button' value='Acceder'/></span>
 </div>
 <script src='script.js'></script>
</body>
</html>