Created
March 31, 2016 22:15
-
-
Save MafaldaLandeiro/e6305d3ccbd2e370440cd462c11592c1 to your computer and use it in GitHub Desktop.
DB page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@ page language="java" contentType="text/html; charset=ISO-8859-1" | |
| pageEncoding="ISO-8859-1"%> | |
| <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
| <title>DBA page</title> | |
| </head> | |
| <body> | |
| <h1>DBA</h1> | |
| <strong>${msg}</strong> | |
| <ul> | |
| <li><a href="${pageContext.request.contextPath}/logout">Logout</a></li> | |
| <li><a href="${pageContext.request.contextPath}/">Index</a></li> | |
| </ul> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment