-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 821 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Dead Sea Scrolls </title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!-- Load Leaflet stylesheet and .js locally -->
<link rel="stylesheet" href="./leaflet1_5_1/leaflet.css"/>
<script src="./leaflet1_5_1/leaflet.js"></script>
<script src="./Path.Drag/src/Path.Drag.js"></script>
<script src="./Leaflet.Control.Opacity/dist/L.Control.Opacity.js"></script>
<link href="./Leaflet.Control.Opacity/dist/L.Control.Opacity.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="deadSea.css">
</head>
<body>
<!-- create map object, create slider object, and call map .js file -->
<div id = "map" > </div>
<script type="text/javascript" src="deadSea.js"></script>
</body>
</html>