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...
11 lines
167 B
HTML
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>
|