Files
app-v2/index.html
2025-10-27 15:12:00 +03:00

24 lines
783 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/src/assets/1024.png">
<link rel="stylesheet" href="/src/assets/main.css"/>
<script src="https://telegram.org/js/telegram-web-app.js?59"></script>
<title>Luminic Space</title>
</head>
<body>
<script type="text/javascript">
let tgWebApp = window.Telegram.WebApp
</script>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>