diff options
author | Siri Reiter <siri@jones.dk> | 2018-05-17 11:32:32 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2018-05-17 19:30:02 +0200 |
commit | 5a70616e8b4483a292f6707bab35eaa6d099cc9e (patch) | |
tree | a842ad384d97acf21ba8ed238cd5aa9dfce474f1 /src/map/kbh | |
parent | 15c70e54ef09b7510a0273c1fd700f8ab8713b64 (diff) |
Move test web page to match Ikiwiki location.
Diffstat (limited to 'src/map/kbh')
-rw-r--r-- | src/map/kbh/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/map/kbh/index.html b/src/map/kbh/index.html new file mode 100644 index 0000000..3570a3c --- /dev/null +++ b/src/map/kbh/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>København</title> +<meta name="viewport" content="width=device-width" /> +<link href="../../favicon.ico" rel="icon" type="image/x-icon" /> +<link href="../../css/leaflet/leaflet.css" rel="stylesheet" type="text/css" /> +<link href="../../css/leaflet/MarkerCluster.css" rel="stylesheet" type="text/css" /> +<link href="../../css/leaflet/MarkerCluster.Default.css" rel="stylesheet" type="text/css" /> +<link href="../../css/font-awesome.css" rel="stylesheet" type="text/css" /> +<link href="../../css/leaflet/extra-markers.css" rel="stylesheet" type="text/css" /> +<link href="../../css/map.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="map"></div> +<script src="../../js/lib/require.js" data-main="../../js/tours" type="text/javascript"></script> +</body> +</html> |