Files
han-app/VM1_app/figma/index.html
T

22 lines
679 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>meow</title>
<meta name="description" content="This mobile-first chat center app assists migrants in Russia by providing quick access to information on residency, work, and essential services." />
<meta name="robots" content="noindex, nofollow" />
<style>html, body { height: 100%; margin: 0; } #root { height: 100%; }</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>