auto_spot/frontend/index.html
Linas f7dddc220d Initial commit: Auto Spot frontend prototype
React + Vite frontend with bilingual EN/RU support, vehicle listings,
detail pages with photo gallery, and dummy vehicle data. Spring Boot
backend scaffold included.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 21:38:28 +03:00

14 lines
383 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Auto Spot — Cars &amp; Trucks</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>