This commit is contained in:
Maciej Caderek
2022-04-02 20:35:37 +02:00
parent fdb2d7c48a
commit 72d50834fc
12 changed files with 75 additions and 2 deletions

View File

@@ -2,7 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<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" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"