diff --git a/data/data.json b/data/data.json index 542b2b9..706a03d 100644 --- a/data/data.json +++ b/data/data.json @@ -7,6 +7,6 @@ { "id": "2", "username": "samsepi0l", - "password": "Daemons0!" + "password": "Daemons0" } ] diff --git a/pages/home.html b/pages/home.html index d550bf1..6929ac1 100644 --- a/pages/home.html +++ b/pages/home.html @@ -14,6 +14,7 @@

You are now logged in.

+

Site currently in development; thank you for your patience.

diff --git a/styles/styles.css b/styles/styles.css index 55fbcf9..867a98a 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -83,6 +83,17 @@ body { color: #fff; } +.logged-title-wrapper { + display: flex; + justify-content: center; + +} + +.logged-development-notice { + text-align: center; + font-size: 0.95rem; +} + .registration-button { width: 85%; display: flex;