24 lines
846 B
HTML
24 lines
846 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, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
<meta name="apple-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>
|