From 8d284e1690faba5c0f834a07bac81e1ee00d515f Mon Sep 17 00:00:00 2001 From: mavlushechka Date: Fri, 12 Nov 2021 21:31:54 +0500 Subject: Initializing --- .../resources/templates/admin-panel/add-users.html | 245 +++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100755 src/main/resources/templates/admin-panel/add-users.html (limited to 'src/main/resources/templates/admin-panel/add-users.html') diff --git a/src/main/resources/templates/admin-panel/add-users.html b/src/main/resources/templates/admin-panel/add-users.html new file mode 100755 index 0000000..0653791 --- /dev/null +++ b/src/main/resources/templates/admin-panel/add-users.html @@ -0,0 +1,245 @@ + + + + + + + Admin Panel | Add students + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
    +
  • Home / +
  • +
  • Add students +
  • +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+ Enter group id. +
+
+
+ + +
+ Enter number of students. +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + \ No newline at end of file -- cgit v1.2.3