hypertuner-cloud/index.html

28 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" />
2022-02-23 15:01:52 -08:00
<link rel="icon" href="/icons/icon.ico" />
<link rel="apple-touch-icon" href="/icons/icon.png" />
<link rel="manifest" href="/manifest.json" />
2022-07-17 11:55:10 -07:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-01-09 07:56:32 -08:00
<link rel="preconnect" href="https://apis.google.com" crossorigin>
2022-06-30 15:52:36 -07:00
<meta property="og:title" content="HyperTuner Cloud">
<meta name="twitter:image:alt" content="HyperTuner Cloud">
<meta name="description" content="Share your tune and logs" />
<meta property="og:description" content="Share your tune and logs">
<meta property="og:site_name" content="Share your tune and logs">
<meta property="og:image" content="https://hyperytuner.cloud/img/screen1.png">
<meta property="og:url" content="https://hyperytuner.cloud">
2021-03-23 01:51:54 -07:00
<meta name="twitter:card" content="summary_large_image">
2022-06-30 15:52:36 -07:00
<meta name="description" content="HyperTuner - Share your tunes and logs" />
<title>HyperTuner Cloud</title>
2021-03-22 14:29:03 -07:00
</head>
2022-07-17 11:55:10 -07:00
<body style="background-color: #191C1E">
2021-03-22 14:29:03 -07:00
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2022-02-23 15:01:52 -08:00
<!-- Vite entrypoint -->
<script type="module" src="/src/main.tsx"></script>
2021-03-22 14:29:03 -07:00
</body>
</html>