hyper-tuner-cloud/index.html

29 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/icons/icon.ico" />
<meta name="viewport" content="width=device-width, user-scalable=no, 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>