Skip to content

Commit

Permalink
minor fixes on new jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDrag0 committed Jan 18, 2024
1 parent 18b9d61 commit 03d3a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/JSP/TESTAIAPPROVE.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<html>
<head>
<title>TESTING</title>
<link rel="icon" href="../images/siteIco.png" type="image/png">
<title>TalkAId - Ai testing</title>
</head>
<body>

Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/JSP/userReport.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
int userId = (Integer) session.getAttribute("id");
%>
<head>
<link rel="icon" href="../images/siteIco.png" type="image/png">
<title>TalkAId - Report Totale</title>
<%@page contentType="text/html;charset=UTF-8"%>
<meta charset="utf-8" />
<link href="../CSS/userReport.css" type="text/css" rel = "stylesheet">
Expand Down

0 comments on commit 03d3a42

Please sign in to comment.