-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.htm
37 lines (27 loc) · 1.13 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>lozza chess engine</title>
<meta name="title" content="lozza chess engine" />
<meta name="description" content="lozza chess engine" />
<meta name="keywords" content="chess, javascript, lozza, queens, gambit, queens gambit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="bootstrap3/css/bootstrap.min.css" />
<style>
body {padding: 20px;}
.btn {width: 180px;};
</style>
</head>
<body>
<p><img border=0 src="lozza.png"></p>
<p><a class="btn btn-primary" href="play.htm">Play</a></p>
<p><a class="btn btn-primary" href="fen.htm">Analyse</a></p>
<p><a class="btn btn-primary" href="mate.htm">Mate trainer</a></p>
<p><a class="btn btn-primary" href="console.htm">UCI console</a></p>
<p>
<a href="https://github.com/op12no2/lozza">Source</a>
</body>
</html>