This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
infotainment-ui/index.html
2025-11-15 13:38:10 +02:00

18 lines
450 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>infotainment-ui</title>
</head>
<body>
<div id="viewport-wrapper">
<div id="viewport">
<div id="root"></div>
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>