-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (87 loc) · 4.56 KB
/
index.html
File metadata and controls
92 lines (87 loc) · 4.56 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/fav/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<title>NewITVision.pl</title>
<meta
name="description"
content="Twoje źródło profesjonalnych usług internetowych! Specjalizujemy się w tworzeniu stron, serwerów do gry Counter Strike oraz zabezpieczaniu for IPS/MyBB i stron internetowych. Z nami Twoje projekty będą bezpieczne i skuteczne."
/>
<meta property="og:title" content="NewITVision.pl" />
<meta
property="og:description"
content="Twoje źródło profesjonalnych usług internetowych! Specjalizujemy się w tworzeniu stron, serwerów do gry Counter Strike oraz zabezpieczaniu for IPS/MyBB i stron internetowych. Z nami Twoje projekty będą bezpieczne i skuteczne."
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="NewITVision.pl" />
<meta property="og:url" content="https://newitvision.pl" />
<meta property="og:image" content="https://newitvision.pl/default-og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="720" />
<meta property="og:image:alt" content="NewITVision" />
<meta
name="keywords"
content="Tworzenie stron internetowych, Serwery do gry Counter Strike, Zabezpieczanie for i stron, Usługi internetowe, Profesjonalne strony internetowe, Hosting serwerów gry, Bezpieczeństwo online, Projektowanie witryn, Optymalizacja strony, Rozwiązania internetowe, Marketing internetowy, SEO, E-commerce, Kreacja stron, Dostosowane rozwiązania, Bezpieczny hosting, Zarządzanie treścią, Tworzenie grafiki, Sklepy internetowe, Dostępność 24/7, Projektowanie graficzne, Serwisy społecznościowe, Domeny internetowe, Strony mobilne, Analiza danych, Zarządzanie treścią, Administracja serwerami, Szybkie serwery, E-sklepy, Cyberbezpieczeństwo, Wizualna identyfikacja, Responsive design, Strony responsywne, Rozwój aplikacji, Hosting www, Tworzenie aplikacji mobilnych, Skuteczny marketing online, Analiza ruchu na stronie, Personalizowane rozwiązania, mybb, MyBulletinBoard, MyBB, IPS, IPB, wtyczki IPB, motywy IPB, wtyczki IPS, motywy IPS, aktualizacje ips, motywy mybb"
/>
<meta name="language" content="pl" />
<meta name="msapplication-TileColor" content="#1c1b21" />
<meta name="msapplication-TileImage" content="images/fav/mstile-144x144.png" />
<meta name="theme-color" content="#1c1b21" />
<link rel="canonical" href="https://newitvision.pl" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/fav/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/fav/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/fav/favicon-16x16.png" />
<link rel="manifest" href="/images/fav/site.webmanifest" />
<link rel="mask-icon" href="/images/fav/safari-pinned-tab.svg" color="#1c1b21" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S9MRMTQKWQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-S9MRMTQKWQ');
</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-M6V9R7P8');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-M6V9R7P8"
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>