-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
19 lines (18 loc) · 825 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="Lichess Tactics Generator">
<meta property="og:description" content="Generate a pgn file with tactics from your own lichess games.">
<meta property="og:image" content="http://chesstacticsgenerator.vitomd.com/static/screen.png">
<link rel="shortcut icon" type="image/png" href="http://chesstacticsgenerator.vitomd.com/static/favicon.png"/>
<meta property="og:url" content="http://chesstacticsgenerator.vitomd.com">
<meta name="twitter:card" content="summary_large_image">
<title>Lichess Tactics Generator</title>
</head>
<body>
<div id="app"></div>
<script src="./dist/build.js"></script>
</body>
</html>