-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dvb-browser</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="https://webapi.vvo-online.de">
<link rel="dns-prefetch" href="https://a.tile.openstreetmap.org">
<link rel="dns-prefetch" href="https://b.tile.openstreetmap.org">
<link rel="dns-prefetch" href="https://c.tile.openstreetmap.org">
<link rel="dns-prefetch" href="http://openptmap.org">
<link rel="alternate" hreflang="de" href="">
<link rel="alternate" hreflang="en" href="">
<link rel="alternate" hreflang="x-default" href="">
</head>
<body>
<div id="app"></div>
<script type="text/javascript">
/* <!CDATA[[ */
if (undefined === window.appReady) {
document.querySelector('#app').classList.add('loading');
}
/* ]]> */
</script>
<!-- built files will be auto injected -->
</body>
</html>