39975-vm/index.html
2026-05-12 19:20:15 +00:00

18 lines
508 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Modern React dashboard template powered by Vite, React Router 7, and Redux Toolkit."
/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>React Dashboard</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>