aboutsummaryrefslogtreecommitdiff
path: root/src/html/chess.html
blob: 486b3957aea17f54abea75a9ebac52574b65ce9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">

<head>
    <title>Chess</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>

<body style="padding:0; margin:0; overflow:hidden;">
    <canvas id="canvas"></canvas>
    <script src="/js/chess-draw.js"></script>
    <script src="/js/chess-main.js"></script>
</body>

</html>