mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-13 17:47:39 +01:00
29 lines
986 B
HTML
29 lines
986 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" translate="no">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
|
|
<link rel="manifest" href="./site.webmanifest">
|
|
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#3a8bf5">
|
|
<meta name="apple-mobile-web-app-title" content="Telegram T">
|
|
<meta name="application-name" content="Telegram T">
|
|
<meta name="msapplication-TileColor" content="#2b5797">
|
|
<meta name="msapplication-config" content="./browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<title>Telegram</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="portals"></div>
|
|
</body>
|
|
|
|
</html>
|