initial commit

This commit is contained in:
2021-05-26 18:31:18 +02:00
commit d3001a66d5
2 changed files with 11 additions and 0 deletions

10
frontend/index.html Normal file
View File

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

1
frontend/main.js Normal file
View File

@@ -0,0 +1 @@
console.log("Hello World!");