From e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Mon, 16 Nov 2020 00:10:28 +0100 Subject: api, login, auth --- client/public/index.html | 14 ++++++++++++++ client/public/out.js | 1 + 2 files changed, 15 insertions(+) create mode 100644 client/public/index.html create mode 100644 client/public/out.js (limited to 'client/public') diff --git a/client/public/index.html b/client/public/index.html new file mode 100644 index 0000000..cfd9bee --- /dev/null +++ b/client/public/index.html @@ -0,0 +1,14 @@ + + + + + + Strona publiczna + + +

Strona publiczna

+
+ + + + diff --git a/client/public/out.js b/client/public/out.js new file mode 100644 index 0000000..d987759 --- /dev/null +++ b/client/public/out.js @@ -0,0 +1 @@ +console.log('hello ze strony testowej'); -- cgit v1.2.3