This commit is contained in:
Maciej Caderek
2022-04-04 22:12:03 +02:00
parent 197e1504ab
commit 32c362b0d0
11 changed files with 78 additions and 22 deletions

View File

@@ -2,13 +2,33 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- HTML Meta Tags -->
<title>ShareChess</title>
<meta name="description" content="Share chess games." />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sharechess.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ShareChess" />
<meta property="og:description" content="Share chess games." />
<meta
property="og:image"
content="https://sharechess.github.io/img/baner.png"
/>
<meta property="og:url" content="https://sharechess.github.io" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="sharechess.github.io" />
<meta property="twitter:url" content="https://sharechess.github.io/" />
<meta name="twitter:title" content="ShareChess" />
<meta name="twitter:description" content="Share chess games." />
<meta
name="twitter:image"
content="https://sharechess.github.io/img/baner.png"
/>
<!-- Other Tags -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<meta
@@ -37,7 +57,6 @@
rel="stylesheet"
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"
/>
<title>SHARECHESS</title>
</head>
<body class="dark">
<div id="root"></div>