hyper-tuner-cloud/index.html

29 lines
1.3 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, 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="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">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="HyperTuner - Share your tunes and logs" />
<title>HyperTuner 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>