diff options
author | Emile <hanemile@protonmail.com> | 2020-04-09 13:39:04 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-04-09 13:39:04 +0200 |
commit | b964b3105c20c476914f65fb8e441c5be7821a07 (patch) | |
tree | 47f7c57ec156f9470d81d88ef303dab8703d416f /v0/index.html |
initial commit
Diffstat (limited to 'v0/index.html')
-rw-r--r-- | v0/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/v0/index.html b/v0/index.html new file mode 100644 index 0000000..d54c8c1 --- /dev/null +++ b/v0/index.html @@ -0,0 +1,35 @@ +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="cache-control" content="max-age=0" /> + <meta http-equiv="cache-control" content="no-cache" /> + <meta http-equiv="expires" content="0" /> + <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> + <meta http-equiv="pragma" content="no-cache" /> + + <title>Map of Chaosdorf</title> + + <link rel="stylesheet" type="text/css" media="screen" href="style.css"> + <link rel="stylesheet" type="text/css" media="screen" href="leaflet/leaflet.css"> + <link rel="stylesheet" type="text/css" media="screen" href="bootstrap/css/bootstrap.min.css"> + + <script type="text/javascript" src="jquery/jquery-3.4.1.min.js"></script> + <script type="text/javascript" src="leaflet/leaflet.js"></script> + <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> + <script type="text/javascript" src="map.js"></script> + + <meta name="HandheldFriendly" content="True" /> + <meta name="viewport" content="width=device-width, user-scalable=no"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <meta name="format-detection" content="telephone=no"> + </head> + <body> + <div id="header"> + <div id="btnmarker" class="btn btn-outline-secondary btn3m" data-toggle="button"> + <div id="marker-icon"></div> + </div> + </div> + <div id="map"></div> + </body> +</html> |