gear-orders/web/vite/index.html

12 lines
285 B
HTML
Raw Normal View History

2026-01-10 03:44:55 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Used only to please vite</title>
</head>
<body>
2026-03-07 04:40:45 +00:00
<script type="module" src="/src/main.tsx"></script>
2026-01-10 03:44:55 +00:00
</body>
</html>