about summary refs log tree commit diff
path: root/v0/index.html
blob: d54c8c1ebe8b8d7fa21a996979d4ed66ffaf95ff (plain)
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
<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>