56 lines
1.5 KiB
HTML
56 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<!-- 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."
|
|
/>
|
|
<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"
|
|
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"
|
|
/>
|
|
|
|
<!-- 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"
|
|
/>
|
|
</head>
|
|
<body class="dark">
|
|
<div class="invisible">
|
|
Loading
|
|
<span class="ubuntu-font-init">.</span>
|
|
<span class="ubuntu-bold-font-init">.</span>
|
|
<span class="fira-font-init">.</span>
|
|
<span class="chess-font-init">.</span>
|
|
</div>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|