weed-sim / src /client /splash.html
Yufok1
Port WEED-SIM from Reddit/Devvit to Telegram Mini App on HF Space
3f61b9c
Raw
History Blame Contribute Delete
414 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Maryjane Genetics Sim</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="splash.tsx"></script>
</body>
</html>