Subversion Repositories bacoAlunos

Rev

Rev 2049 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2067 es 1
<%@ page import="teste.Teste" %>
2009 es 2
<%@page language="java" contentType="UTF-8" %>
3
 
4
<%
5
 
6
	Teste t = new Teste();
7
 
8
%>
9
 
10
<html>
11
<body>
12
	<%=t.hello()%>
13
</body>
14
</html>