From c2f57deb7c7216cd7b95c7f0fc4885c6350b38f6 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Thu, 22 Dec 2022 01:07:57 +0100 Subject: Napravljene stranice za login i registraciju.I index stranice za user-a i admin-a. Omogucena registracija i login. Klase zadovoljavaju bean standard. --- src/main/webapp/pages/userIndex.jsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/webapp/pages/userIndex.jsp (limited to 'src/main/webapp/pages/userIndex.jsp') diff --git a/src/main/webapp/pages/userIndex.jsp b/src/main/webapp/pages/userIndex.jsp new file mode 100644 index 0000000..6379107 --- /dev/null +++ b/src/main/webapp/pages/userIndex.jsp @@ -0,0 +1,12 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +User + + + + + \ No newline at end of file -- cgit v1.2.3