-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (61 loc) · 2.67 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Language" content="es"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<meta name="description" content="">
<meta name="author" content="Creativos Unidos">
<title>:: Gestor comercial</title>
<!-- Googlewebfont CSS -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel='stylesheet' type='text/css'>
<link href="css/bootstrap-theme.css" rel='stylesheet' type='text/css'>
<!-- Validity -->
<link href="css/jquery.validity.css" rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/MasterPage.css" rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<form class="form-signin" id="form-signin" name="login" method="post" onsubmit="return false">
<div class="alert alert-block alert-color">
<strong>Bienvenido Protectia</strong>
</div>
<!-- Mensaje error logueo -->
<div class="mensajes_error">
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<strong>Nombre de usuario</strong> o <strong>Contraseña</strong> incorrecta
</div>
</div>
<!-- /Mensaje error logueo -->
<div class="titulo_ingreso"></div>
<input type="text" class="form-control" name="usuario" id="usuario" value="" size="20" placeholder="Usuario" autofocus>
<input type="password" class="form-control" name="password" id="password" value="" size="20" placeholder="Contraseña">
<button class="btn btn-large btn-primary btn-block btn-color" type="submit">Ingresar</button>
<div class="info_fide">
<p>
Bedoya 189 • Alta Córdoba <br />
Córdoba • Argentina • 00.54.351.4730990 <br />
[email protected] <br />
Skype: tecnologia.creativosunidos
</p>
</div>
</form>
</div> <!-- /container -->
<!-- JavaScript plugins (requires jQuery) -->
<script src="js/jquery-1.10.2.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Optionally enable responsive features in IE8 -->
<script src="js/respond.min.js"></script>
<!-- js Validity -->
<script src="js/jquery.validity.js"></script>
<!-- js principal -->
<script src="js/appmain.js"></script>
</body>
</html>