Paulo Gustavo Veiga 8a65c0cfb3 Revert "Implement REST Console support."
This reverts commit f4017e6362872b7cf57ae1506347200ed2f62289.

Conflicts:
	wise-webapp/pom.xml
2014-01-26 22:39:35 -03:00

11 lines
304 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>Message: ${message}</h1>
<br/>
</body>
</html>