-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (50 loc) · 2.99 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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8"/>
<link rel="apple-touch-icon" sizes="76x76" href="https://www.chiptuning-brno.cz/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="https://www.chiptuning-brno.cz/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="https://www.chiptuning-brno.cz/favicon-16x16.png"/>
<link rel="manifest" href="https://www.chiptuning-brno.cz/site.webmanifest"/>
<link rel="mask-icon" href="https://www.chiptuning-brno.cz/safari-pinned-tab.svg" color="#ffffff"/>
<link rel="shortcut icon" href="https://www.chiptuning-brno.cz/favicon.ico"/>
<meta name="msapplication-TileColor" content="#2b5797"/>
<meta name="msapplication-config" content="https://www.chiptuning-brno.cz/browserconfig.xml"/>
<meta name="theme-color" content="#ffffff"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author" content="Tomáš Kretek"/>
<meta name="theme-color" content="#111111"/>
<meta name="keywords" content="Chiptuning, Brno, automobil, nákladní auto, agro stroje, tuning"/>
<meta name="description"
content="Autorizovaný chiptuning QUANTUM Brno, chiptuning osobních aut, chiptuning nákladních aut a chiptuning agro strojů Brno."/>
<meta property='og:description'
content='Autorizovaný chiptuning QUANTUM Brno, chiptuning osobních aut, chiptuning nákladních aut a chiptuning agro strojů Brno.'/>
<meta property='og:type' content='website'/>
<meta property="og:locale" content="cs_CZ"/>
<meta property="og:site_name" content="Autorizovaný chiptuning QUANTUM Brno"/>
<meta property='og:title' content='Autorizovaný chiptuning QUANTUM Brno'/>
<meta property='og:url' content='https://www.chiptuning-brno.cz/'/>
<meta property="og:image" content="https://www.chiptuning-brno.cz/ogImage.png"/>
<meta property="og:image:secure_url" content="https://www.chiptuning-brno.cz/ogImage.png"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:url" content="https://www.chiptuning-brno.cz/"/>
<meta property="twitter:title" content="Autorizovaný chiptuning QUANTUM Brno"/>
<meta property="twitter:description"
content="Autorizovaný chiptuning QUANTUM Brno, chiptuning osobních aut, chiptuning nákladních aut a chiptuning agro strojů Brno."/>
<meta property="twitter:image" content="https://www.chiptuning-brno.cz/ogImage.png"/>
<title>Autorizovaný chiptuning QUANTUM Brno</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQ54Z76J66"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FQ54Z76J66');
</script>
<script type="module" src="/src/main.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>