Subversion Repositories bacoAlunos

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2005 es 1
<%@ page import="teste.Teste" %>
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>