From d3001a66d5a38a50e3f83016442c743227983f1a Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Wed, 26 May 2021 18:31:18 +0200 Subject: [PATCH] initial commit --- frontend/index.html | 10 ++++++++++ frontend/main.js | 1 + 2 files changed, 11 insertions(+) create mode 100644 frontend/index.html create mode 100644 frontend/main.js 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!");