-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (40 loc) · 2.02 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
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="https://vimeworld.com/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 href="https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Nunito:wght@400;500;700&display=swap"
rel="stylesheet" />
<meta name="description" content="Личный кабинет - VimeWorld. Вход, Регистрация, Восстановление аккаунта.">
<meta property="og:title" content="Личный Кабинет - VimeWorld">
<meta property="og:site_name" content="VimeWorld">
<meta property="og:type" content="website">
<meta property="og:locale" content="ru_RU">
<meta property="og:image" content="https://vimeworld.com/images/og-image.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="537" />
<meta property="og:image:height" content="240" />
<meta property="og:image" content="https://vimeworld.com/images/fluidicon.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<!-- Google tag (gtag.js) -->
<script src="https://www.paypal.com/sdk/js?client-id=ARt0_5spyEuENlQA5FYXr7kb6p9Apt9hR0X54SlTzUQxFSbyw-YeEpH2RdhO9uzTQNagXlyWViYLsXpr&components=buttons"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6XLX9WC5E9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6XLX9WC5E9');
</script>
<title>Личный кабинет - VimeWorld</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>