index.html 801 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no">
  6. <link rel="stylesheet" href="bower_components/roboto-slab-fontface/roboto-slab-fontface.css">
  7. <link rel="stylesheet" href="bower_components/roboto-fontface/roboto-fontface.css">
  8. <link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css">
  9. <link rel="stylesheet" href="bower_components/Leaflet.label/dist/leaflet.label.css">
  10. <link rel="stylesheet" href="bower_components/ionicons/css/ionicons.min.css">
  11. <link rel="stylesheet" href="style.css">
  12. <script src="bower_components/es6-shim/es6-shim.min.js"></script>
  13. <script src="bower_components/requirejs/require.js" data-main="app"></script>
  14. </head>
  15. <body>
  16. </body>
  17. </html>