From 72307dcf589b695babb3a836817fd7b78907fd05 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Wed, 21 Dec 2022 00:40:45 +0100 Subject: Inicijalni commit. --- src/main/webapp/index.jsp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/webapp/index.jsp (limited to 'src/main/webapp/index.jsp') diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp new file mode 100644 index 0000000..9e758a4 --- /dev/null +++ b/src/main/webapp/index.jsp @@ -0,0 +1,21 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + <%@page import="pokemon.Database"%> + +<% %> + + + +Insert title here + + +<% + +Database d=Database.getInstance(); + +out.print(d.getUsername()); + +%> + + + \ No newline at end of file -- cgit v1.2.3