forked from pa2lo/webradio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 2.6 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
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="google" content="notranslate" />
<meta name="theme-color" content="#262b40">
<meta name="msapplication-TileColor" content="#121316">
<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black" /> -->
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple_splash_1125.png">
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple_splash_750.png">
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple_splash_1242.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple_splash_640.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple_splash_1536.png">
<link rel="apple-touch-startup-image" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple_splash_1668.png">
<link rel="apple-touch-startup-image" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple_splash_2048.png">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no, viewport-fit=cover" />
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png">
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon/favicon.svg" type="image/svg+xml">
<link rel="manifest" href="/manifest.webmanifest">
<title>WebRadio</title>
<meta name="application-name" content="WebRadio">
<meta name="apple-mobile-web-app-title" content="WebRadio" />
<meta name="description" content="Prehrávač online rádií." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>