fixed #20
This commit is contained in:
@@ -4,10 +4,48 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
|
||||
<meta name="description"
|
||||
content="Open source CSGO data platform">
|
||||
<meta name="robots"
|
||||
content="index, follow, archive">
|
||||
<meta property="st:section"
|
||||
content="Open source CSGO data platform">
|
||||
<meta name="twitter:title"
|
||||
content="csgoWTF">
|
||||
<meta name="twitter:description"
|
||||
content="Open source CSGO data platform">
|
||||
<meta name="twitter:card"
|
||||
content="summary_large_image">
|
||||
<meta property="og:url"
|
||||
content="https://csgow.tf/">
|
||||
<meta property="og:title"
|
||||
content="csgoWTF">
|
||||
<meta property="og:description"
|
||||
content="Open source CSGO data platform">
|
||||
<meta property="og:type"
|
||||
content="website">
|
||||
<meta property="og:locale"
|
||||
content="en_US">
|
||||
<meta property="og:site_name"
|
||||
content="csgoWTF">
|
||||
<meta name="twitter:image"
|
||||
content="https://csgow.tf/logo.svg">
|
||||
<meta property="og:image"
|
||||
content="https://csgow.tf/logo.svg">
|
||||
<meta property="og:image:width"
|
||||
content="1024">
|
||||
<meta property="og:image:height"
|
||||
content="1024">
|
||||
<meta property="og:image:secure_url"
|
||||
content="https://csgow.tf/logo.svg">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
|
||||
|
||||
<link rel="manifest" href="<%= BASE_URL %>site.webmanifest">
|
||||
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user