Files
sharechess/index.html
Maciej Caderek e99dc61cc3 WIP
2022-04-03 11:48:57 +02:00

47 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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"
/>
<link
rel="apple-touch-icon"
type="image/png"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/icon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/icon-16x16.png"
/>
<link
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>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>