Files
chess/frontend/index.html
Pavel Lutskov ab1e70e7d4 Major overhaul of the architecture
It's pretty horrible to have a commit messing up 90% of the code and
also stuff isn't really well organized, but probably it needed to be
done...
2021-08-13 17:16:56 +02:00

11 lines
167 B
HTML

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