-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Alex Smagin" />
<meta
name="description"
content="Discover unforgettable journeys with Cruise Wheels. Rent a car in style, comfort, and confidence. Your gateway to extraordinary adventures."
/>
<meta
name="keywords"
content="car rental, adventure, travel, Cruise Wheels, style, comfort, confidence"
/>
<meta
property="og:title"
content="Cruise Wheels - Your Drive, Your Experience"
/>
<meta
property="og:description"
content="Unlock boundless journeys with Cruise Wheels. Explore in style, comfort, and confidence."
/>
<meta name="og:site_name" content="Cruise Wheels" />
<base href="/rental-car/" />
<title>Cruise Wheels</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>