Skip to content
Permalink
release
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 85c6ae2 Aug 1, 2016 History
0 contributors

Users who have contributed to this file

31 lines (27 sloc) 1008 Bytes
<%@ page pageEncoding="UTF-8" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><spring:message code="root.title" text="Shibboleth IdP" /></title>
<link rel="stylesheet" type="text/css" href="<%= request.getContextPath()%>/css/main.css">
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<img src="<%= request.getContextPath() %><spring:message code="idp.logo" />" alt="<spring:message code="idp.logo.alt-text" text="logo" />">
</header>
<div class="content">
<h2><spring:message code="root.message" text="No services are available at this location." /></h2>
</div>
</div>
<footer>
<div class="container container-footer">
<p class="footer-text"><spring:message code="root.footer" text="Insert your footer text here." /></p>
</div>
</footer>
</div>
</body>
</html>