Files
csgowtf/index.html
vikingowl 9a6d24193d
Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit
upgrade from webpack to vite + typescript
2022-03-18 11:40:43 +01:00

63 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
<meta content="Track your CSGO matches and see your match details."
name="description">
<meta content="index, follow, archive"
name="robots">
<meta content="Track your CSGO matches and see your match details."
property="st:section">
<meta content="csgoWTF - Open source CSGO data platform"
name="twitter:title">
<meta content="Track your CSGO matches and see your match details."
name="twitter:description">
<meta content="summary_large_image"
name="twitter:card">
<meta content="https://csgow.tf/"
property="og:url">
<meta content="csgoWTF - Open source CSGO data platform"
property="og:title">
<meta content="Track your CSGO matches and see your match details."
property="og:description">
<meta content="website"
property="og:type">
<meta content="en_US"
property="og:locale">
<meta content="csgoWTF - Open source CSGO data platform"
property="og:site_name">
<meta content="https://csgow.tf/images/logo.png"
name="twitter:image">
<meta content="https://csgow.tf/images/logo.png"
property="og:image">
<meta content="1024"
property="og:image:width">
<meta content="526"
property="og:image:height">
<meta content="https://csgow.tf/images/logo.png"
property="og:image:secure_url">
<link href="/images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/site.webmanifest" rel="manifest">
<link rel="preconnect" href="https://steamcdn-a.akamaihd.net" crossorigin>
<link rel="dns-prefetch" href="https://steamcdn-a.akamaihd.net">
<link rel="preconnect" href="https://api.csgow.tf" crossorigin>
<link rel="dns-prefetch" href="https://api.csgow.tf">
<link rel="preconnect" href="https://piwik.harting.hosting" crossorigin>
<link rel="dns-prefetch" href="https://piwik.harting.hosting">
<title>csgoWTF</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>