-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
22 lines (19 loc) · 834 Bytes
/
Copy pathindex.htm
File metadata and controls
22 lines (19 loc) · 834 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Original poster by 3 Fish Studios: https://www.3fishstudios.com (ISBN: 9780991171095) -->
<!-- https://github.com/domlet/literary-map/blob/main/README.md -->
<title>Literary Map of the United States by @domlet</title>
<script src="https://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="https://api.mapbox.com/mapbox-gl-js/v3.2.0/mapbox-gl.js"></script>
<link href="https://api.mapbox.com/mapbox-gl-js/v3.2.0/mapbox-gl.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dancing+Script">
</head>
<body>
<div id="map"></div>
<script src="script.js"></script>
</body>
</html>