-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.57 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 lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no"
/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="YDcoders - перевізники Європи" />
<meta
name="keywords"
content="перевізники, Європа, YDcoders, логістика, вантажоперевезення"
/>
<meta name="author" content="YDcoders" />
<meta property="og:title" content="YDcoders - перевізники Європи" />
<meta
property="og:description"
content="Надаємо послуги перевезення вантажів по Європі з високою якістю і надійністю."
/>
<!-- <meta property="og:image" content="" /> -->
<!-- <meta property="og:url" content="" /> -->
<!-- <meta name="twitter:card" content="" /> -->
<meta name="twitter:title" content="YDcoders - перевізники Європи" />
<meta
name="twitter:description"
content="Надаємо послуги перевезення вантажів по Європі з високою якістю і надійністю."
/>
<!-- <meta name="twitter:image" content="" /> -->
<title>YDcoders - перевізники Європи</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>