-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
53 lines (44 loc) · 2.46 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
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<title>Amnezia</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#17181C" />
<!-- Google search console verification -->
<meta name="google-site-verification" content="8myVS74YISjucP0HOSnZ3m_y98wgF6yV0Ju3231PLYM" />
<!-- Manifest -->
<link rel="manifest" href="/site.webmanifest">
<!-- Google 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=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">-->
<!-- Preload Fonts -->
<link rel="preload" href="/fonts/ibm-plex-sans-v19-cyrillic_latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/ibm-plex-sans-v19-cyrillic_latin-500.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/ibm-plex-sans-v19-cyrillic_latin-600.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/ibm-plex-sans-v19-cyrillic_latin-700.woff2" as="font" type="font/woff2" crossorigin>
<!--Icons -->
<link rel="icon" href="/favicon.ico" sizes="any"><!-- 32×32 -->
<link rel="icon" type="image/svg+xml" href="/fav.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
<!--Lang links -->
<!-- <link rel="alternate" hreflang="en" href="https://www.amnezia.org/en">-->
<!-- <link rel="alternate" hreflang="ru" href="https://www.amnezia.org/ru">-->
<!-- OG Meta Tags -->
<meta property="og:url" content="https://www.amnezia.org" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Amnezia. Create your personal VPN" />
<meta property="og:description" content="Amnezia VPN — simple and free app to run a self-hosted VPN with high privacy requirements" />
<meta property="og:image" content="https://www.amnezia.org/img/logos/og.jpg" />
<meta property="og:image:width" content="1910"/>
<meta property="og:image:height" content="1000"/>
<meta property="og:image:alt" content="Amnezia logo" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>