-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.25 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
<!DOCTYPE html>
<html class="js webp" lang="cs">
<head>
<title>LMŠ Mariánka | Lesní školka v Brně-Líšni</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta
name="keywords"
content="lesní školka, lesní školka Brno, lesní mateřská škola, lesní klub"
/>
<meta
name="description"
content="LMŠ Mariánka je lesní mateřská škola v Brně-Líšni"
/>
<link rel="canonical" href="https://lesnimarianka.cz/onas/omariance" />
<link
rel="shortcut icon"
href="https://lesnikavyl.cz/images/loga/faviconMari.ico"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap"
rel="stylesheet"
/>
<meta propery="og:title" content="LMŠ Mariánka" />
<meta
propery="og:image"
content="https://lesnikavyl.cz/images/KDOJSME.jpg"
/>
<meta propery="og:image:width" content="600" />
<meta propery="og:image:height" content="600" />
<meta propery="og:url" content="https://lesnimarianka.cz" />
<meta propery="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>