forked from commaai/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (18 loc) · 968 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="description" content="manage your openpilot experience" />
<meta property="og:image" content="/apple-touch-icon-180x180.png" />
<title>connect</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=JetBrains+Mono:wght@400;500&display=swap" />
<script defer data-domain="connect.comma.ai" src="https://plausible.io/js/script.js"></script>
</head>
<body data-theme="dark" class="overflow-x-hidden overflow-y-auto bg-background text-on-background">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>