-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.68 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
<html>
<head>
<title>INE eChile | Estadisticas para eRepublik Chile</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel='stylesheet' href='common.css' type='text/css' />
<style>
.label {
color: #91AA9D;
margin-top: 0.5em;
padding: 0.1em;
font-family: 'verdana', 'helvetica', sans serif;
}
.timeplot-grid-label {
color: #333;
font-family: 'verdana', 'helvetica', sans serif;
font-size: 9px !important;
}
.sources {
font-size: 90%;
}
</style>
</head>
<body onLoad="onLoad();" onResize="onResize()">
<ul id="path">
<li><span>INE eChile</span></li>
<li><a href="testeo.html" title="Home">Datos de Población</a></li>
<li><a href="vitalidad.html" title="Home">Vitalidad</a></li>
<li><a href="moneda.html" title="Home">Datos Economicos</a></li>
<li><a href="ejercito.html" title="Home">Datos Militares</a></li>
<li><a href="partidos.html" title="Home">Datos de Partidos</a></li>
<li><a href="foro.html" title="Home">Miembros del Foro</a></li>
</ul>
<div id="header" width: 20em">
<h1>Estadisticas INE eChile</h1>
</div>
<div id="header"><h2><span style="color: #193441;">Eliga en la parte superior los datos a mostrar</span></h2></div>
<td style="background: url(INE.png) bottom right no-repeat;"></td>
<div id="footer">Registrado © <a href="/">INE eChile</a>, todos los datos son obtenidos desde la <a href="http://api.erepublik.com/">API de eRepublik</a></div>
</body>
</html>