forked from juliuste/direkt.bahn.guru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.92 KB
/
index.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
28
29
30
31
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="direkt.bahn.guru zeigt eine Karte mit allen Zug-Direktverbindungen aus deiner Stadt 🚅" />
<title>🇪🇺 Zug-Direktverbindungen</title>
<meta property="og:title" content="direkt.bahn.guru - Alle Zug-Direktverbindungen aus deiner Stadt" />
<meta property="og:description" content="direkt.bahn.guru zeigt eine Karte mit allen Zug-Direktverbindungen aus deiner Stadt 🚅" />
<meta property="og:image" content="https://direkt.bahn.guru/assets/screenshot.png" />
<meta name="twitter:card" content="summary" />
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="icon" type="image/png" href="https://bahn.guru/assets/bahn.png" />
<link rel="stylesheet" href="assets/styles.css"/>
<link href='https://api.mapbox.com/mapbox-gl-js/v2.5.1/mapbox-gl.css' rel='stylesheet' />
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.7.0/mapbox-gl-geocoder.css" type="text/css">
<!-- the following script is used for cookie-less, GDPR compliant analytics.
you can disable it at any time, e.g. using the NoScript or PrivacyBadger browser extensions,
and the website will still work 100% fine. as a privately maintained open-source project,
gaining some insights in how (much) this service is used is really good to stay motivated.
for more information on the analytics framework, which is completely open source, please
check https://umami.is/docs/faq -->
<script async defer data-website-id="b45cd514-e6b3-4ae4-9203-9064aff20d6d" src="https://developer.bahn.guru/umami.js"></script>
</head>
<body>
<div id="map"></div>
<script src="https://polyfill.io/v3/polyfill.min.js?features=Intl.Locale"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=Intl.GetCanonicalLocales"></script>
<script type="text/javascript" src="assets/bundle.js?v3"></script>
</body>
</html>