forked from hyper-tuner/hypertuner-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/icons/icon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#222629" />
<link rel="apple-touch-icon" href="/icons/icon.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://apis.google.com" crossorigin>
<meta property="og:title" content="SpeedyTuner Cloud">
<meta name="twitter:image:alt" content="SpeedyTuner Cloud">
<meta name="description" content="Share your Speeduino tune and logs" />
<meta property="og:description" content="Share your Speeduino tune and logs">
<meta property="og:site_name" content="Share your Speeduino tune and logs">
<meta property="og:image" content="https://speedytuner.cloud/img/screen1.png">
<meta property="og:url" content="https://speedytuner.cloud">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="SpeedyTuner - Share your Speeduino tunes and logs" />
<title>SpeedyTuner Cloud</title>
</head>
<body style="background-color: #222629;">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Vite entrypoint -->
<script type="module" src="/src/index.tsx"></script>
</body>
</html>