diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-22 01:07:57 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-22 01:07:57 +0100 |
commit | c2f57deb7c7216cd7b95c7f0fc4885c6350b38f6 (patch) | |
tree | 38d4c9a212456276c0efcf90c7fb07668fca17e3 /src/main/webapp/pages/userIndex.jsp | |
parent | 302ac8e5649fc9bb48cb160ac1528d87bfd08a22 (diff) |
Napravljene stranice za login i registraciju.I index stranice za user-a i admin-a. Omogucena registracija i login. Klase zadovoljavaju bean standard.
Diffstat (limited to 'src/main/webapp/pages/userIndex.jsp')
-rw-r--r-- | src/main/webapp/pages/userIndex.jsp | 12 |
1 files changed, 12 insertions, 0 deletions
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"%> +<!DOCTYPE html> +<html> +<head> +<meta charset="ISO-8859-1"> +<title>User</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file |