forked from thomersch/OpenLoveMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 2.96 KB
/
index.html
File metadata and controls
54 lines (53 loc) · 2.96 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/static/css/normalize.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin="" />
<link rel="stylesheet" href="/static/css/main.css" />
<link rel="stylesheet" href="/static/css/mobile.css" media="screen and (max-width: 600px)" />
<link rel="icon" type="image/png" href="/static/favicon/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/static/favicon/favicon.svg" />
<link rel="shortcut icon" href="/static/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="OpenLoveMap" />
<link rel="manifest" href="/static/favicon/site.webmanifest" />
<title>OpenLoveMap.org</title>
<meta name="title" content="OpenLoveMap.org" />
<meta name="description" content="Find brothels, strip clubs, adult shops, erotic massages and more using the OpenStreetMap." />
<meta name="keywords" content="openlovemap,openstreetmap,love,love hotel,condom vending,massage,brothel,stripclub,strip club,sex shop" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
</head>
<body>
<div id="topbar">
<span id="logo"><img src="/static/img/olm.png" alt="OpenLoveMap" title="OpenLoveMap.org" /></span>
<div id="searchgroup">
<input type="text" placeholder="Search" id="searchfield">
<button onClick="goToCurrentPos();"><img src="static/img/locator.png" alt="My location"></button>
<div id="autocomplete"></div>
</div>
<span id="slogan">Love in the palm of your hand.</span>
</div>
<div id="description">Find brothels, stripclubs, adult shops, erotic massages and more using the OpenStreetMap.</div>
<div id="zoom_notice">You need to zoom in to see the results.</div>
<div id="error_notice" style="display: none;"></div>
<div id="loader_notice" style="display: none;"></div>
<div id="result_notice" style="display: none;"></div>
<div id="bigmap"></div>
<div id="bottombar"><a href="https://github.com/vindert/OpenLoveMap" target="_blank"><img src="/static/img/github.png" alt="GitHub" title="GitHub"></a></div>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
<script src="static/js/leaflet-hash.js"></script>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="static/js/maplyrk.js"></script>
<script src="https://openingh.openstreetmap.de/opening_hours.js/opening_hours+deps.min.js"></script>
</body>
</html>