-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (107 loc) · 4.43 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ples UTB 2025</title>
<!-- Primary Meta Tags -->
<title>Ples UTB 2025</title>
<meta name="title" content="Ples UTB 2025" />
<meta
name="description"
content="Srdečně Vás zveme na XXIII. ročník Reprezentačního plesu Univerzity Tomáše Bati, který se uskuteční 14. února 2025. Tento den přímo vybízí k tomu, aby Kongresové centrum ve Zlíně ožilo romantikou, která připomíná kouzelnou atmosféru Paříže – města lásky. Vzduchem se bude nést rytmus písně Love Is in the Air, který dokonale podtrhne večer plný nezapomenutelných zážitků."
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://ples.utb.cz/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://ples.utb.cz/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://ples.utb.cz/favicon-16x16.png"
/>
<link rel="manifest" href="https://ples.utb.cz/site.webmanifest" />
<link
rel="mask-icon"
href="https://ples.utb.cz/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ples.utb.cz/" />
<meta property="og:title" content="Ples UTB 2025" />
<meta
property="og:description"
content="Srdečně Vás zveme na XXIII. ročník Reprezentačního plesu Univerzity Tomáše Bati, který se uskuteční 14. února 2025. Tento den přímo vybízí k tomu, aby Kongresové centrum ve Zlíně ožilo romantikou, která připomíná kouzelnou atmosféru Paříže – města lásky. Vzduchem se bude nést rytmus písně Love Is in the Air, který dokonale podtrhne večer plný nezapomenutelných zážitků."
/>
<meta property="og:image" content="https://ples.utb.cz/meta-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ples.utb.cz/" />
<meta property="twitter:title" content="Ples UTB 2025" />
<meta
property="twitter:description"
content="Srdečně Vás zveme na XXIII. ročník Reprezentačního plesu Univerzity Tomáše Bati, který se uskuteční 14. února 2025. Tento den přímo vybízí k tomu, aby Kongresové centrum ve Zlíně ožilo romantikou, která připomíná kouzelnou atmosféru Paříže – města lásky. Vzduchem se bude nést rytmus písně Love Is in the Air, který dokonale podtrhne večer plný nezapomenutelných zážitků."
/>
<meta
property="twitter:image"
content="https://ples.utb.cz/meta-image.png"
/>
<!-- Meta Tags Generated with https://metatags.io -->
<meta
name="google-site-verification"
content="lxz9w2nDYS-nPh24gi18Vtc74GPY2FKfcEbOHXJP9BU"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-X2PNLWTWF0"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-X2PNLWTWF0');
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KP2QVL2G');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-KP2QVL2G"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>