robot-u-site/frontend/index.html

17 lines
330 B
HTML
Raw Permalink Normal View History

2026-04-08 06:03:48 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Robot U Community Prototype</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>