-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 2.43 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 2.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sim Drive - Multiplayer Racing Simulator With Phone Controllers</title>
<meta
name="description"
content="Sim Drive is a multiplayer browser racing simulator game where phones become motion controllers with haptic and sound feedback."
/>
<meta name="application-name" content="Sim Drive" />
<meta name="theme-color" content="#101214" />
<link rel="canonical" href="https://simdrive.xyz/" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:site_name" content="Sim Drive" />
<meta property="og:title" content="Sim Drive" />
<meta
property="og:description"
content="Sim Drive is a multiplayer browser racing simulator game where phones become motion controllers with haptic and sound feedback."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://simdrive.xyz/" />
<meta property="og:image" content="https://simdrive.xyz/simdrive_poster.png" />
<meta property="og:image:secure_url" content="https://simdrive.xyz/simdrive_poster.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1448" />
<meta property="og:image:height" content="1086" />
<meta property="og:image:alt" content="Sim Drive multiplayer racing simulator preview" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sim Drive" />
<meta
name="twitter:description"
content="Sim Drive is a multiplayer browser racing simulator game where phones become motion controllers with haptic and sound feedback."
/>
<meta name="twitter:image" content="https://simdrive.xyz/simdrive_poster.png" />
<meta name="twitter:image:alt" content="Sim Drive multiplayer racing simulator preview" />
</head>
<body>
<div id="root"></div>
<!-- Cursor Vibe Jam 2026 entrant widget: required competition tracking snippet. -->
<script async src="https://vibejam.cc/2026/widget.js"></script>
<!-- Tiny Adz bot protection and conversion tracking snippet. -->
<script async src="https://cdn.tinystats.net/scripts/capi.js" data-storage="off"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>