From 8d284e1690faba5c0f834a07bac81e1ee00d515f Mon Sep 17 00:00:00 2001 From: mavlushechka Date: Fri, 12 Nov 2021 21:31:54 +0500 Subject: Initializing --- .../templates/authentication/change-password.html | 42 +++++++++++++++++++++ .../resources/templates/authentication/login.html | 44 ++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100755 src/main/resources/templates/authentication/change-password.html create mode 100755 src/main/resources/templates/authentication/login.html (limited to 'src/main/resources/templates/authentication') diff --git a/src/main/resources/templates/authentication/change-password.html b/src/main/resources/templates/authentication/change-password.html new file mode 100755 index 0000000..800cd1f --- /dev/null +++ b/src/main/resources/templates/authentication/change-password.html @@ -0,0 +1,42 @@ + + + + + + + Parolni o'zgartirish + + + + +
+
+ Logo + +

Parolni o'zgartirish

+ +
+ Noto'g'ri parol. +
+
+ Noto'g'ri yangi parol. +
+ +
+ + +
+
+ + +
+
+ + +
+ + +
+
+ + diff --git a/src/main/resources/templates/authentication/login.html b/src/main/resources/templates/authentication/login.html new file mode 100755 index 0000000..b57ec05 --- /dev/null +++ b/src/main/resources/templates/authentication/login.html @@ -0,0 +1,44 @@ + + + + + + + Kirish + + + + +
+
+ Logo + +

Kirish

+ +
+ Login yoki parol noto'g'ri. +
+
+ Siz tizimdan chiqdingiz. +
+ +
+ + +
+
+ + +
+ +
+ +
+ + +
+
+ + -- cgit v1.2.3