db_kyc_project/frontend/index.html

25 lines
712 B
HTML
Raw Normal View History

2024-11-18 16:33:44 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
2024-11-18 16:33:44 +03:00
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Clicker"
/>
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="/fonts/">
<title>Clicker</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="modal_root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>