Files
csgowtf/public/index.html
vikingowl a5072e9e2b
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
fixed 48 - changed some meta data (#51)
Co-authored-by: vikingowl <cw.nachtigall@gmail.com>
Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtf/pulls/51
Co-authored-by: vikingowl <vikingowl@git.harting.dev>
Co-committed-by: vikingowl <vikingowl@git.harting.dev>
2022-01-31 22:54:59 +01:00

64 lines
2.5 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/android-chrome-512x512.png"
name="twitter:image">
<meta content="https://csgow.tf/android-chrome-512x512.png"
property="og:image">
<meta content="512"
property="og:image:width">
<meta content="512"
property="og:image:height">
<meta content="https://csgow.tf/android-chrome-512x512.png"
property="og:image:secure_url">
<link href="<%= BASE_URL %>apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="<%= BASE_URL %>favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="<%= BASE_URL %>favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="<%= BASE_URL %>site.webmanifest" rel="manifest">
<link href="https://steamcdn-a.akamaihd.net" rel="preload">
<link href="https://api.csgow.tf" rel="preload">
<link href="https://piwik.harting.hosting" rel="preload">
<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>