source: src/main/webapp/users.jsp

Last change on this file was 1eb7a55, checked in by Elena Markovska <elena.elenamarkovska@…>, 11 days ago

Initial commit - Scholaris project code

  • Property mode set to 100644
File size: 308 bytes
Line 
1<%--
2 Created by IntelliJ IDEA.
3 User: User
4 Date: 15.2.2025
5 Time: 18:35
6 To change this template use File | Settings | File Templates.
7--%>
8<%@ page contentType="text/html;charset=UTF-8" language="java" %>
9<html>
10<head>
11 <title>Users</title>
12</head>
13<body>
14 Hello from USERS!!!!
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.