-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
42 lines (34 loc) · 2.03 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="cs-cz" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="application-name" content="Rozvrh hodin">
<meta name="apple-mobile-web-app-title" content="Rozvrh hodin">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon-apple.png">
<link rel="shortcut icon" href="/assets/images/favicon.png"/>
<link rel="apple-touch-icon" href="/assets/images/favicon-apple.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/favicon-apple.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/favicon-apple.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/assets/images/favicon-apple.png"/>
<meta name="application-name" content="Rozvrh hodin">
<meta name="description"
content="Zobrazuje odpočet doby zbývající do další hodiny školního rozvrhu spolu s nadcházejícími předměty. Podporuje školy používající systém Bakaláři.">
<meta name="keywords" content="rozvrh, hodin, delta, time, deltatime">
<meta name="author" content="Matouš Volf">
<meta property="og:title" content="Rozvrh hodin"/>
<meta property="og:description"
content="Zobrazuje odpočet doby zbývající do další hodiny školního rozvrhu spolu s nadcházejícími předměty. Podporuje školy používající systém Bakaláři."/>
<meta name="keywords" content="rozvrh, hodin, delta, time, deltatime">
<meta name="author" content="Matouš Volf">
<meta property="og:url" content="https://rozvrh.matousvolf.cz/"/>
<meta property="og:image" content="https://rozvrh.matousvolf.cz/assets/images/favicon-apple.png"/>
<meta name="theme-color" content="#40a351" data-react-helmet="true"/>
<link rel="manifest" href="/assets/manifest.webmanifest"/>
<title>Rozvrh</title>
</head>
<body class="min-vh-100">
<div class="min-vh-100" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>