Biblioteca Java - Blame information for rev 10
Subversion Repositories:
Rev | Author | Line No. | Line |
---|---|---|---|
10 | mihai | 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" |
2 | pageEncoding="ISO-8859-1"%> | ||
3 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
4 | <html> | ||
5 | <head> | ||
6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
7 | <title>Insert title here</title> | ||
8 | </head> | ||
9 | <body> | ||
10 | <h2>${message}</h2> | ||
11 | </body> | ||
12 | </html> |