Commit f6afcabaa0348b3bb9985d44df5ac47963f6f932

Authored by fabricio
1 parent a3725953
Exists in master

nova classe para confirmação de hash

WebContent/WEB-INF/jsp/questionario/confirmacaoHash.jsp 0 → 100644
... ... @@ -0,0 +1,20 @@
  1 +<%@page contentType="text/html" pageEncoding="UTF-8"%>
  2 +<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
  3 +<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
  4 +<!DOCTYPE html>
  5 +<html lang=pt-br>
  6 +
  7 +<head>
  8 +<title>Confirmacao de envio de Hash!</title>
  9 +</head>
  10 +<body>
  11 +
  12 +<p>Email enviado com sucesso!</p>
  13 +
  14 +<form method="post" action="${pageContext.request.contextPath}/questionario">
  15 + <input type="submit" class="button" id="voltarF" name="executar" value="Novo">
  16 +</form>
  17 +
  18 +
  19 +</body>
  20 +</html>
0 21 \ No newline at end of file
... ...