penguin_coop-tg-weapp/index.html

28 lines
825 B
HTML

<!--
* @LastEditors: John
* @Date: 2024-07-18 14:40:44
* @LastEditTime: 2024-07-18 16:19:18
* @Author: John
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex,nofollow" />
<title></title>
<script src="https://telegram.org/js/telegram-web-app.js?1"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>