hopglass/index.html

17 lines
713 B
HTML
Raw Normal View History

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-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">
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>
<script src="bower_components/requirejs/require.js" data-main="app"></script>
2015-03-20 09:46:24 +01:00
</head>
<body>
</body>
</html>