Skip to content

Instantly share code, notes, and snippets.

@MafaldaLandeiro
Created March 31, 2016 22:15
Show Gist options
  • Select an option

  • Save MafaldaLandeiro/e6305d3ccbd2e370440cd462c11592c1 to your computer and use it in GitHub Desktop.

Select an option

Save MafaldaLandeiro/e6305d3ccbd2e370440cd462c11592c1 to your computer and use it in GitHub Desktop.
DB page
<%@ 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