-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
32 lines (30 loc) · 984 Bytes
/
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>XO: Quest for Data</title>
<link type="text/css" href="css/highcharts.css" rel="stylesheet" />
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="lib/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" />
<script type="text/javascript" src="modules.js"></script>
<script type="text/javascript">
var main = require('lib/main');
main.init();
</script>
</head>
<body>
<div id="header">
<h1>OLE Nepal: Quest for Data</h1>
</div>
<div id="container">
<div id="left-container">
<div id="buttons">
</div>
</div>
<div id="right-container">
</div>
<div id="center-container">
</div>
</div>
</body>
</html>