diff --git a/support-portal-frontend/src/app/component/login/login.component.html b/support-portal-frontend/src/app/component/login/login.component.html index 147cfc4..c3b7f6f 100644 --- a/support-portal-frontend/src/app/component/login/login.component.html +++ b/support-portal-frontend/src/app/component/login/login.component.html @@ -1 +1,43 @@ -

login works!

+
+
+
+
+
+

User Management Portal

+
+
+
+
+
+
+ +
+ +
+ Please enter a username +
+
+ +
+ +
+ Please enter a password. + +
+
+
+ +
+
+
+
+ + diff --git a/support-portal-frontend/src/styles.css b/support-portal-frontend/src/styles.css index 90d4ee0..4d257d9 100644 --- a/support-portal-frontend/src/styles.css +++ b/support-portal-frontend/src/styles.css @@ -1 +1,2 @@ /* You can add global styles to this file, and also import other style files */ +@import 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css';