AVIS / frontend /index.html
X2-0's picture
HF Clean Deploy
1c0c94d
Raw
History Blame Contribute Delete
389 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>AVIS — Traffic Violation Intelligence</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>