first commit

This commit is contained in:
MaddoScientisto 2026-03-14 20:04:39 +01:00
commit 4d332ef662
27586 changed files with 3281783 additions and 0 deletions

13
www/fileNotFound.jsp Normal file
View file

@ -0,0 +1,13 @@
<%@ page contentType="text/html; charset=UTF-8" language="java" import="java.sql.*" errorPage="" %><jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
</jsp:useBean>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title><acx:lang>Untitled Document</acx:lang></title>
</head>
<body>
<acx:lang>File non trovato....</acx:lang>
</body>
</html>