-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 986 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<!-- hola -->
<html >
<head>
<meta charset="UTF-8">
<title>Max Power 2.0</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<script src="administrador/vista/js/jquery/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="js/prefixfree.min.js"></script>
<script src="js/funcionLog.js" type="text/javascript"></script>
</head>
<body>
<div class="body"></div>
<div class="grad"></div>
<div class="header">
<div>Facturacion<span>2.0</span></div>
</div>
<br>
<div class="login">
<input type="text" placeholder="usuario" name="user" id="nombre_usuario" value="qwe" required><br>
<input type="password" placeholder="contraseña" name="password" id="clave" value="12345678" required><br>
<input type="button" value="Ingresar" id="btnIngresar">
</div>
</body>
</html>