-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (77 loc) · 3.52 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="es">
<head>
<title>Plan Porto</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="title" property="og:title" content="Plan Porto " />
<meta name="description" property="og:description"
content="Plan porto lleva tiempo creado y este es un contador que muestra el inicio de su ejecución..." />
<meta name="keywords"
content="plan, porto, portugal, oporto, plan porto, plan oporto, aventura, misterio, cambio, mundo, travel, " />
<meta name="robots" content="index, follow" />
<meta property="og:image" content="/images/slide-image01.jpg" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="Spanish" />
<meta name="author" content="Vasak Group" />
<meta name="revisit-after" content="1 days" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<meta name="generator" content="Vasak Group" />
<meta name="googlebot" content="index, follow" />
<meta name="google" content="notranslate" />
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="/images/slide-image01.jpg" type="image/png" />
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/vegas.min.css" />
<!-- MAIN CSS -->
<link rel="stylesheet" href="/css/templatemo-style.css" />
</head>
<body>
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- HOME -->
<section id="home">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="home-info">
<h1>Plan Porto</h1>
<!-- You can change the date time in init.js file -->
<ul class="countdown" id="countdown">
<li>
<span class="days" id="days">..</span>
<h3 id="days-desc">Dias</h3>
</li>
<li>
<span class="hours" id="hours">..</span>
<h3 id="hours-desc">Horas</h3>
</li>
<li>
<span class="minutes" id="minutes">..</span>
<h3 id="minutes-desc">Minutos</h3>
</li>
<li>
<span class="seconds" id="seconds">..</span>
<h3 id="seconds-desc">Segundos</h3>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- SCRIPTS -->
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/vegas.min.js"></script>
<script src="/js/init.js"></script>
<script src="/js/custom.js"></script>
</body>
</html>