All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
67 lines
2.7 KiB
HTML
67 lines
2.7 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="<%= BASE_URL %>images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
|
|
<link href="<%= BASE_URL %>images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
|
|
<link href="<%= BASE_URL %>images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
|
|
|
|
<link href="<%= BASE_URL %>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><%= htmlWebpackPlugin.options.title %></title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
|
|
Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app" class="d-flex flex-column min-vh-100"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|