Files
svg-sprites/integration/apps/standalone-vite/index.html
2026-07-14 08:34:45 +03:00

13 lines
317 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Standalone Vite sprite fixture</title>
</head>
<body>
<main id="app"></main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>