Files
chess/frontend/index.html
Pavel Lutskov 0e6cd7e2c0 Refactor project away from html
Main reason is to dynamically specify the dimensions for the
board canvas.
2021-05-31 20:58:48 +02:00

11 lines
153 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chess</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>