-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (57 loc) · 3.09 KB
/
Copy pathindex.html
File metadata and controls
61 lines (57 loc) · 3.09 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>CPanel de Turismo | Moquegua</title>
<meta charset="UTF-8">
<meta name="keywords" content="Moquegua, principales atractivos turisticos, cerro baul, carumas, ilo, glorietas ilo, aguas termales,geoglifos de chen chen, torata, valle del ticsani, san cristobal, omate, museo contisuyo, mariscal nieto, malecon costero, Moquegua">
<meta name="description" content="Moquegua Peru - Informacion de Turismo en Moquegua Tierra de sol, tradición y amistad.">
<link rel="author" href="http://moqueguaturismo.gob.pe/humans.txt" type="text/plain" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/animate.min.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/jquery.dataTables.min.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<!-- <script src="js/vendor/modernizr-2.8.3.min.js"></script>-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
</head>
<body class="inicio">
<!--NOTE: Panel de acceso -->
<div class="container">
<div class="row">
<div class="login-box">
<div class="login-logo">
<h3><b>Moquegua</b> - Turismo</h3>
</div>
<div class="login-box-body">
<img class="img-login img-circle" src="http://ssl.gstatic.com/accounts/ui/avatar_2x.png" />
<p class="login-box-msg">Sign in to start your session</p>
<form action="" method="post">
<div class="form-group has-feedback">
<input type="text" class="form-control" placeholder="Ingrese su Usuario">
<span class="form-control-feedback"><i class="fa fa-user fa" aria-hidden="true"></i></span>
</div>
<div class="form-group has-feedback">
<input type="password" class="form-control" placeholder="Ingrese su Contraseña">
<span class="form-control-feedback"><i class="fa fa-lock fa-lg" aria-hidden="true"></i></span>
</div>
<div class="form-group has-feedback">
<input type="submit" class="btn btn-primary btn-block btn-flat" value="Iniciar Sesión" />
</div>
</form>
</div>
</div>
</div>
</div>
<!-- end panel -->
<script src="js/script.js"></script>
</body>
</html>