From f019ef4271bbe4eadb119c44a55fc0a85f755c98 Mon Sep 17 00:00:00 2001 From: Art Date: Fri, 17 Sep 2021 18:58:12 +0300 Subject: [PATCH] 137. Login template - base template and bootstrap import (#18 Section 20: Login Page) --- .../app/component/login/login.component.html | 44 ++++++++++++++++++- support-portal-frontend/src/styles.css | 1 + 2 files changed, 44 insertions(+), 1 deletion(-) 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';