commit d3001a66d5a38a50e3f83016442c743227983f1a Author: Pavel Lutskov Date: Wed May 26 18:31:18 2021 +0200 initial commit diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..b2fd54e --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,10 @@ + + + + + Chess + + + + + diff --git a/frontend/main.js b/frontend/main.js new file mode 100644 index 0000000..019c0f4 --- /dev/null +++ b/frontend/main.js @@ -0,0 +1 @@ +console.log("Hello World!");