-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (63 loc) · 2.97 KB
/
Copy pathindex.html
File metadata and controls
73 lines (63 loc) · 2.97 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en" translate="no" class="notranslate">
<head>
<meta charset="UTF-8">
<title>
%TG_APP_TITLE%
</title>
<meta name="title" content="%TG_APP_TITLE%">
<meta name="description"
content="Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover">
<meta name="mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-title" content="%TG_APP_TITLE%">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="%TG_APP_TITLE%">
<meta name="application-name" content="%TG_APP_TITLE%">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="./browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Security-Policy" content="%TG_CSP%">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="%TG_PUBLIC_URL%">
<meta property="og:title" content="%TG_APP_TITLE%">
<meta property="og:description"
content="Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.">
<meta property="og:image" content="./%TG_MAIN_ICON%.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="%TG_PUBLIC_URL%">
<meta property="twitter:title" content="%TG_APP_TITLE%">
<meta property="twitter:description"
content="Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.">
<meta property="twitter:image" content="./%TG_MAIN_ICON%.png">
<link rel="canonical" href="%TG_PUBLIC_URL%">
<link rel="apple-touch-icon" sizes="180x180" href="./%TG_APPLE_ICON%.png">
<link rel="icon" href="./favicon.svg" type="image/svg+xml">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="./%TG_MAIN_ICON%.png">
<link rel="alternate icon" href="./favicon.ico" type="image/x-icon">
<link rel="manifest" id="the-manifest-placeholder" href="./%TG_MANIFEST%">
<script vite-ignore src="./redirect.js"></script>
<style>
@layer reset, variables, ui, components;
@layer ui {
@layer tablist, spinner, button, input, layout;
}
</style>
</head>
<body id="root">
<noscript>
<video src="./nojs.mp4" class="nojs-video" muted loop autoplay playsinline disablePictureInPicture></video>
<h1>Telegram Web</h1>
<p>Please, enable JavaScript to open the app.</p>
</noscript>
<div id="portals"></div>
<script vite-ignore src="./compatTest.js"></script>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>