hypertuner-cloud/public/index.html

27 lines
1.3 KiB
HTML
Raw Normal View History

2021-03-22 14:29:03 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/icons/icon.ico" />
2022-01-09 07:44:22 -08:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-03-22 14:29:03 -07:00
<meta name="theme-color" content="#222629" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2022-01-09 07:44:22 -08:00
<link rel="preconnect" href="https://apis.google.com">
2021-03-23 01:51:54 -07:00
<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/screen.png">
<meta property="og:url" content="https://speedytuner.cloud">
<meta name="twitter:card" content="summary_large_image">
2021-10-24 14:23:49 -07:00
<meta name="description" content="SpeedyTuner - Share your Speeduino tunes and logs" />
2021-03-23 01:51:54 -07:00
<title>SpeedyTuner Cloud</title>
2021-03-22 14:29:03 -07:00
</head>
<body style="background-color: #222629;">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>