forked from unocha-co/monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_index.html
More file actions
33 lines (32 loc) · 1.16 KB
/
_index.html
File metadata and controls
33 lines (32 loc) · 1.16 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<title>OCHA Colombia :: Monitor</title>
<link type="text/css" rel="stylesheet" href="media/css/fe.min.css">
<link type="text/css"rel="stylesheet" href="media/css/jquery-ui-1.8.22.custom.min.css" />
<script type="text/javascript" src="media/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="media/js/jquery-ui-1.8.21.custom.min.js"></script>
</head>
<body>
<div id="brand">
</div>
<div id="header">
<div id="logo"></div>
<div id="b">
Monitor es una herramienta puesta a disposición de la comunidad
humanitaria en Colombia para poder visualizar la situación
humanitaria en el país de manera georeferenciada.
<div id="qlmh" class="hide">
<div id="lmm">
<img src="media/img/logo.png" />
</div>
</div>
</div>
</div>
<div><h1>Estamos en mantenimiento</h1></div>
<div id="footer">
</div>
</body>
</html>