-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
28 lines (18 loc) · 1013 Bytes
/
test.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>World Map Example</title>
<script src="mapdata.js"></script>
<script src="worldmap.js"></script>
</head>
<body>
<h1>HTML5/Javascript World Map</h1>
<div id="map"></div>
<p>This map was created and can be edited at <a href="http://simplemaps.com/custom/world/I7eVHkG1">http://simplemaps.com/custom/world/I7eVHkG1</a>
<p>To remove the "Simplemaps.com Trial" text, <a href="http://simplemaps.com/pricing" />purchase a map license</a>.
Then, register your license at the link above (Options > Register Purchase). Or, simply replace the worldmap.js file in this folder (trial version) with the worldmap.js file that you are emailed (full version).
</p>
<p>To learn how to install this map on your web page, see the <a href="http://simplemaps.com/docs">Documentation</a>.</p>
</body>
</html>