forked from Majboor/carAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (43 loc) · 2.36 KB
/
index.html
File metadata and controls
50 lines (43 loc) · 2.36 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Car Swift Offer - Sell Your Car in 24 Hours</title>
<meta name="title" content="Car Swift Offer - Sell Your Car in 24 Hours" />
<meta name="description" content="Sell your car with a single click using AI. Get instant offers from accredited dealers and finalize the sale in as little as 24 hours." />
<meta name="keywords" content="car sales, instant car offer, sell car online, car valuation, australia car market" />
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://carswiftoffer.com/" />
<meta property="og:title" content="Car Swift Offer - Sell Your Car in 24 Hours" />
<meta property="og:description" content="Sell your car with a single click using AI. Get instant offers from accredited dealers and finalize the sale in as little as 24 hours." />
<meta property="og:image" content="/output.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://carswiftoffer.com/" />
<meta name="twitter:title" content="Car Swift Offer - Sell Your Car in 24 Hours" />
<meta name="twitter:description" content="Sell your car with a single click using AI. Get instant offers from accredited dealers and finalize the sale in as little as 24 hours." />
<meta name="twitter:image" content="/output.png" />
<!-- Additional Meta Tags -->
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="author" content="Car Swift Offer" />
<meta name="theme-color" content="#007ac8" />
<meta name="msapplication-TileColor" content="#007ac8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Add some global styles for transitions -->
<style>
body .content-loaded {
transition: opacity 0.5s ease-in-out;
}
</style>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>