From 4e646b38584266da7064ea50225daa59751d390e Mon Sep 17 00:00:00 2001 From: StockiP Date: Tue, 26 Apr 2022 17:54:09 +0200 Subject: [PATCH] added login modal and registration modal --- components/loginModal.html | 4 +- components/registerModal.html | 69 +++++++++++++++++++++++++++++++++++ index.html | 6 +++ js/app.js | 11 ++++++ js/app.ts | 1 + 5 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 components/registerModal.html create mode 100644 js/app.js diff --git a/components/loginModal.html b/components/loginModal.html index ebe2656..ed11e47 100644 --- a/components/loginModal.html +++ b/components/loginModal.html @@ -19,8 +19,8 @@ diff --git a/components/registerModal.html b/components/registerModal.html new file mode 100644 index 0000000..35ae085 --- /dev/null +++ b/components/registerModal.html @@ -0,0 +1,69 @@ +