-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (45 loc) · 2.61 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
<!doctype html>
<html lang="en">
<head>
<title>PassimX</title>
<meta charSet="utf-8" />
<meta name="robots" content="index, follow"/>
<meta name="description" content="Open platform for messaging"/>
<meta name="keywords" content="passimx, messaging, chat, anonymously"/>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta property="og:site_name" content="PassimX">
<meta property="og:url" content="https://tons-chat.ru">
<meta property="og:image:width" content="250">
<meta property="og:image:height" content="250">
<meta property="og:title" content="PassimX"/>
<meta property="og:description" content="Open platform for messaging" />
<meta property="og:image" content="/assets/icons/512.png" />
<meta property="og:type" content="profile" />
<meta property="al:web:url" content="https://tons-chat.ru">
<meta name="twitter:url" content="https://tons-chat.ru">
<meta name="twitter:title" content="PassimX">
<meta name="twitter:description" content="Open platform for messaging">
<meta name="twitter:image" content="/assets/icons/512.png">
<meta name="twitter:card" content="summary" />
<link itemprop="url" href="https://tons-chat.ru">
<meta itemprop="name" content="PassimX">
<meta itemprop="description" content="Open platform for messaging">
<meta itemprop="requiresSubscription" content="False">
<link rel="shortcut icon" href="/assets/icons/favicon.svg" />
<link rel="icon" href="/assets/icons/favicon.ico" type="image/x-icon" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" />
<link rel="icon" type="image/png" href="/assets/icons/48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/assets/icons/96.png" sizes="96x96" />
<link rel="apple-touch-icon" type="image/png" href="/assets/icons/180.png" sizes="180x180" />
<link rel="apple-touch-icon" type="image/png" href="/assets/icons/16.png" sizes="16x16">
<link rel="apple-touch-icon" type="image/png" href="/assets/icons/32.png" sizes="32x32">
<meta name="apple-mobile-web-app-title" content="PassimX Web" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia"/>
<link rel="manifest" href="/manifest.webmanifest">
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>