-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
40 lines (32 loc) · 1.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tom Scott Map</title>
<meta charset="utf-8">
<!--<link rel="shortcut icon" type="image/ico" href="favicon.ico?v=1">
<link rel="shortcut icon" type="image/png" href="favicon.png?v=1">-->
<script src="resources/jquery-3.1.1.min.js" ></script>
<link href="resources/leaflet.css" rel="stylesheet" type="text/css" media="all" />
<script src="resources/leaflet.js"></script>
<link rel="stylesheet" href="resources/font-awesome/css/font-awesome.min.css">
<!-- using Leaflet Awesome-Markers (https://github.com/lvoogdt/Leaflet.awesome-markers) with Font Awesome (http://fontawesome.io) -->
<link rel="stylesheet" href="resources/leaflet.awesome-markers.css">
<script src="resources/leaflet.awesome-markers.js"></script>
<link href="resources/raleway.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="skeleton.css">
<link href="tsm.css" rel="stylesheet" type="text/css" media="all" />
<script src="tsm.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<h1>Tom Scott Map</h1>
<p>A unofficial map of the videos created by <a href="https://www.tomscott.com/">Tom Scott</a>. <br />See his <a href="https://www.youtube.com/user/enyay">Youtube channel</a> for the complete list of videos (including those that are not geo-referenceable) or you can look up the coordinates for individual videos in the <a href="review.html">Review Interface</a>.</p>
<div id="map"></div>
<br class="clear" />
<p>
You can contribute to this map over at <a href="https://github.com/frog23/TomScottMap">https://github.com/frog23/TomScottMap</a>. Other feedback, questions and suggestions can be send to <a href="mailto:maps@frog23.net">maps@frog23.net</a>.<br />
<small>Icons provided by <a href="https://github.com/lvoogdt/Leaflet.awesome-markers">Leflet Awesome Markers</a> with <a href="http://fontawesome.io/">Awesome Font</a>; Raleway Font: Copyright 2010 The Raleway Project Authors (impallari@gmail.com), with Reserved Font Name "Raleway".</small></p>
</p>
</body>
</html>