... | ... |
@@ -6,8 +6,8 @@ |
6 | 6 |
<body> |
7 | 7 |
<div class="centered"> |
8 | 8 |
<p class='title'>Acceso restringido</p> |
9 |
- <p><span class='label'>Usuario</span> <input class='rounded' id='user' type ='input' value=''/></p> |
|
10 |
- <p><span class='label'>Clave</span> <input class='rounded' id='pass' type ='password' value=''/></p> |
|
9 |
+ <p class="aligned"><span class='label'>Usuario</span> <input class='almostrounded' id='user' type ='input' value=''/></p> |
|
10 |
+ <p class="aligned"><span class='label'>Clave</span> <input class='almostrounded' id='pass' type ='password' value=''/></p> |
|
11 | 11 |
<span class='centeredbutton'><input class='rounded' id='dologin' type ='button' value='Acceder'/></span> |
12 | 12 |
</div> |
13 | 13 |
<script src='script.js'></script> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,15 @@ |
1 |
+<!DOCTYPE html> |
|
2 |
+<html> |
|
3 |
+<head><title>kakumei login</title> |
|
4 |
+ <link rel="stylesheet" type="text/css" href="style.css"> |
|
5 |
+</head> |
|
6 |
+<body> |
|
7 |
+ <div class="centered"> |
|
8 |
+ <p class='title'>Acceso restringido</p> |
|
9 |
+ <p><span class='label'>Usuario</span> <input class='rounded' id='user' type ='input' value=''/></p> |
|
10 |
+ <p><span class='label'>Clave</span> <input class='rounded' id='pass' type ='password' value=''/></p> |
|
11 |
+ <span class='centeredbutton'><input class='rounded' id='dologin' type ='button' value='Acceder'/></span> |
|
12 |
+ </div> |
|
13 |
+ <script src='script.js'></script> |
|
14 |
+</body> |
|
15 |
+</html> |