first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
13
www/fileNotFound.jsp
Normal file
13
www/fileNotFound.jsp
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue