-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png" />
<link rel="icon" type="image/ico" href="/favicon.ico" />
<link rel="icon" type="image/ico" href="https://carspotter.ca/favicon.ico" />
<title>Carspotter Daily</title>
<meta
name="description"
content="Stunning imagery and gripping stories will take you on an exploration of the fascinating world of exotic cars. Immerse yourself in the extraordinary machines' beauty, strength, and grace. Discover the best in automotive artistry."
/>
</head>
<body>
<noscript>Bruh it's 2023. There's literally no way you're browsing the internet with JS disabled.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>