diff --git a/dashboard.html b/dashboard.html new file mode 100644 index 0000000..c9e6281 --- /dev/null +++ b/dashboard.html @@ -0,0 +1,51 @@ + + + + + + + + + + Home + + + +
+

+

+ +
+ + + + + + \ No newline at end of file diff --git a/index.html b/index.html index e10fa50..d80e8b9 100644 --- a/index.html +++ b/index.html @@ -1,54 +1,27 @@ - - + + - - - Home - - - -

-

- - - - - - + + + + + \ No newline at end of file diff --git a/login.html b/login.html index 7c3b0f1..e6d926e 100644 --- a/login.html +++ b/login.html @@ -22,7 +22,7 @@

Login

- +
@@ -74,7 +74,7 @@

Login

lastname: snapshot.val().lastname })); sessionStorage.setItem('user-creds', JSON.stringify(credentials.user)); - window.location.href = 'index.html'; + window.location.href = './dashboard.html'; } }) } ) diff --git a/register.html b/register.html index 10251a3..aadb33c 100644 --- a/register.html +++ b/register.html @@ -30,7 +30,7 @@

Register

- +