Skip to content

Commit 3795bb5

Browse files
committed
set up basic map
1 parent dffac6e commit 3795bb5

15 files changed

+29629
-0
lines changed

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html>
2+
<head>
3+
<meta charset="UTF-8">
4+
<link rel="stylesheet" href="leaflet/leaflet.css" />
5+
<script src="leaflet/leaflet.js"></script>
6+
<link rel="stylesheet" href="./stylesheet.css" />
7+
8+
<title>Bishoprics of Late Antique Spain</title>
9+
</head>
10+
11+
<body>
12+
<div id="map">
13+
</div>
14+
<style type="text/css">
15+
#map{height:900px;}
16+
</style>
17+
<script src="script.js"></script>
18+
19+
</body>
20+
21+
</html>

leaflet/images/layers-2x.png

1.23 KB
Loading

leaflet/images/layers.png

696 Bytes
Loading

leaflet/images/marker-icon-2x.png

2.41 KB
Loading

leaflet/images/marker-icon.png

1.43 KB
Loading

leaflet/images/marker-shadow.png

618 Bytes
Loading

0 commit comments

Comments
 (0)