Files
Mav-Mobile-UI/index.html

14 lines
407 B
HTML
Raw Normal View History

2025-08-13 14:23:48 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-09-12 08:21:52 +01:00
<link rel="icon" type="image/svg+xml" href="/MAV-Blue.svg" />
2025-08-13 14:23:48 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MAV | In Car System</title>
</head>
<body>
2025-09-21 20:10:05 +01:00
<div id="root" class="min-h-screen flex flex-col"></div>
2025-08-13 14:23:48 +01:00
<script type="module" src="/src/main.tsx"></script>
</body>
</html>