Set up basic HTML structure with necessary style rules

This commit is contained in:
Arne Schlüter 2014-11-17 14:26:33 +01:00
commit b7f571b20f
2 changed files with 27 additions and 0 deletions

11
www/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="map"></div>
<script src="bower_components/leaflet-dist/leaflet.js"></script>
</body>
</html>