-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 2.77 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 2.77 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
<!doctype html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>Drago Partner – Uber | Bolt | FreeNow | Rekrutacja Kierowców Warszawa</title>
<meta name="description" content="Drago Partner – partner flotowy Uber, Bolt i FreeNow w Warszawie. Oferujemy wynajem aut, pomoc w uzyskaniu licencji taxi, szkolenia i pełne wsparcie dla kierowców i kurierów." />
<link rel="canonical" href="https://dragopartner.pl/" />
<!-- Open Graph (statyczne – widoczne dla Facebook/Twitter botów bez JS) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dragopartner.pl/" />
<meta property="og:title" content="Drago Partner – Rekrutacja Kierowców Uber, Bolt, FreeNow" />
<meta property="og:description" content="Partner flotowy Uber, Bolt i FreeNow w Warszawie. Wynajem aut, licencje taxi, szkolenia i wsparcie dla kierowców. Zarabiaj więcej z Drago Partner." />
<meta property="og:image" content="https://dragopartner.pl/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="pl_PL" />
<meta property="og:site_name" content="Drago Partner" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Drago Partner – Rekrutacja Kierowców Uber, Bolt, FreeNow" />
<meta name="twitter:description" content="Partner flotowy Uber, Bolt i FreeNow w Warszawie. Wynajem aut, licencje taxi, szkolenia i wsparcie dla kierowców." />
<meta name="twitter:image" content="https://dragopartner.pl/og-image.jpg" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/src/assets/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/src/assets/favicon/favicon-16x16.png" />
<link rel="manifest" href="/src/assets/favicon/site.webmanifest" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap" rel="stylesheet" />
</head>
<body>
<a href="#main-content" class="sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[9999] focus:bg-white focus:text-dark focus:px-4 focus:py-2 focus:font-semibold focus:outline-2 focus:outline-dark">
Przejdź do treści
</a>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>