Files
3b1ff1a9-aecb-40fd-9117-814…/index.html
kudinDmitriyUp 04fd8a3739 Initial commit
2026-04-20 13:49:33 +00:00

20 lines
993 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>DriveEasy | Premium Car Rentals</title>
<meta property="og:title" content="DriveEasy | Premium Car Rentals" />
<meta name="twitter:title" content="DriveEasy | Premium Car Rentals" />
<meta name="description" content="DriveEasy offers premium and affordable car rentals for every journey." />
<meta property="og:description" content="DriveEasy offers premium and affordable car rentals for every journey." />
<meta name="twitter:description" content="DriveEasy offers premium and affordable car rentals for every journey." />
<meta name="keywords" content="car rental, book car, fleet rental, DriveEasy, travel" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>