-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.64 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
<!DOCTYPE html>
<html lang="pl_PL">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="https://kiermasz.mechaniktg.pl/logo.svg" />
<meta name="description" content="Kiermasz podręczników używanych w mechaniku." />
<meta name="keywords" content="zstio,mechanik,mechaniktg,kiermasz,podręczniki,book fair,tarnowskie góry" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://kiermasz.mechaniktg.pl" />
<meta name="google" content="notranslate" />
<meta name="author" content="Wojtek Zrałek" />
<meta property="og:title" content="Kiermasz ZSTiO" />
<meta property="og:locale" content="pl_PL" />
<meta property="og:description" content="Kiermasz podręczników używanych w mechaniku." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kiermasz.mechaniktg.pl" />
<meta property="og:image" content="https://kiermasz.mechaniktg.pl/logo.svg" />
<meta property="og:image:alt" content="Kiermasz ZSTiO" />
<meta property="og:image:type" content="image/svg+xml" />
<meta property="og:site_name" content="Kiermasz ZSTiO" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#3b27be" />
<meta name="theme-color" content="#3b27be" />
<title>Kiermasz ZSTiO</title>
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>