36 lines 1406 B
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
<!doctype html>
<html lang=class="c-str">"cs">
<head>
<meta charset=class="c-str">"utf-class="c-num">8" />
<title>Nová událost – Podnikám OS</title>
<meta name=class="c-str">"viewport" content=class="c-str">"width=device-width, initial-scale=class="c-num">1" />
<meta http-equiv=class="c-str">"refresh" content=class="c-str">"class="c-num">0; url=kalendar/nova-udalost.html" />
<link rel=class="c-str">"preconnect" href=class="c-str">"https:class="c-comclass="c-str">">//fonts.googleapis.com" />
<link rel=class="c-str">"preconnect" href=class="c-str">"https:class="c-comclass="c-str">">//fonts.gstatic.com" crossorigin />
<link rel=class="c-str">"stylesheet" href=class="c-str">"https:class="c-comclass="c-str">">//fonts.googleapis.com/css2?family=Geist:wght@class="c-num">400;class="c-num">500;class="c-num">600&display=swap" />
<link rel=class="c-str">"stylesheet" href=class="c-str">"shared/tokens.css" />
<link rel=class="c-str">"stylesheet" href=class="c-str">"shared/base.css" />
<style>
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: var(--canvas);
color: var(--ink-class="c-num">1);
}
.redirect { text-align: center; max-width: 420px; padding: 32px; }
.redirect h1 { font-size: 18px; margin-bottom: 8px; }
.redirect p { font-size: 14px; color: var(--ink-class="c-num">2); margin-bottom: 16px; }
.redirect a { color: var(--brand-class="c-num">500); font-weight: class="c-num">600; text-decoration: underline; }
</style>
</head>
<body data-theme=class="c-str">"dark">
<div class=class="c-str">"redirect">
<h1>Otevírám Novou událost…</h1>
<p>Plná verze mockupu je v adresáři kalendáře.</p>
<p>Pokud nedojde k přesměrování, použij <a href=class="c-str">"kalendar/nova-udalost.html">kalendar/nova-udalost.html</a>.</p>
</div>
</body>
</html>