2015-03-20 09:46:24 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2015-03-22 00:08:26 +01:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
2015-03-29 01:14:02 +01:00
|
|
|
<link rel="stylesheet" href="bower_components/roboto-slab-fontface/roboto-slab-fontface.css">
|
2015-04-04 18:01:57 +02:00
|
|
|
<link rel="stylesheet" href="bower_components/roboto-fontface/roboto-fontface.css">
|
2015-03-29 01:09:21 +01:00
|
|
|
<link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css">
|
|
|
|
<link rel="stylesheet" href="bower_components/Leaflet.label/dist/leaflet.label.css">
|
2015-03-29 01:33:10 +01:00
|
|
|
<link rel="stylesheet" href="bower_components/ionicons/css/ionicons.min.css">
|
2016-01-13 23:51:13 +01:00
|
|
|
<link rel="stylesheet" href="bower_components/c3/c3.min.css">
|
2015-03-29 03:00:05 +02:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2015-03-29 01:33:10 +01:00
|
|
|
<script src="bower_components/es6-shim/es6-shim.min.js"></script>
|
2015-03-29 03:35:10 +02:00
|
|
|
<script src="bower_components/requirejs/require.js" data-main="app"></script>
|
2015-03-20 09:46:24 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|