dockerize it
This commit is contained in:
38
index.html
38
index.html
@@ -3,47 +3,19 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<!-- HTML Meta Tags -->
|
||||
<!-- Minimal Meta Tags -->
|
||||
<title>ShareChess</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="ShareChess is a free, open source website that allows you to share chess games as self-contained replay links, PNG images, or GIF / MP4 / WebM animations."
|
||||
/>
|
||||
|
||||
<!-- 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="ShareChess is a free, open source website that allows you to share chess games as self-contained replay links, PNG images, or GIF / MP4 / WebM animations."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://sharechess.github.io/img/baner.png"
|
||||
/>
|
||||
|
||||
<!-- 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="ShareChess is a free, open source website that allows you to share chess games as self-contained replay links, PNG images, or GIF / MP4 / WebM animations."
|
||||
/>
|
||||
<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
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
|
||||
<!-- Favicons (local) -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
type="image/png"
|
||||
@@ -62,6 +34,8 @@
|
||||
sizes="16x16"
|
||||
href="/img/icon-16x16.png"
|
||||
/>
|
||||
|
||||
<!-- Keep the external icon stylesheet for Line Awesome icons -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"
|
||||
|
||||
Reference in New Issue
Block a user