roverdevkit / webapp /frontend /index.html
jjreif's picture
Deploy roverdevkit @ 2676a67
b3d14e3
Raw
History Blame Contribute Delete
601 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RoverDevKit</title>
<meta
name="description"
content="Interactive design tradespace explorer for lunar micro-rovers — predict mobility, mass, range, and energy margin for a candidate rover, with calibrated 90% prediction intervals."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>