forked from marg-o/brigate
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
pageEncoding="ISO-8859-1"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="ISO-8859-1">
|
|
<title>Insert title here</title>
|
|
</head>
|
|
<body>
|
|
<jsp:include page="cerca-aggiungi.jsp"></jsp:include>
|
|
</body>
|
|
</html> |