<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>e10 Using Semantic UI</title>
<link rel="stylesheet" href="/css/semantic-c56ddf4ac15800701b14cd16ece48bc0.css">
<style>
body {
	background-color: #FFFFFF;
}

.ui.main {
	margin-top: 3.5em;
}
</style>
</head>

<body>
	<div class="ui main text container">
		<div class="ui blue segment">
			<h4 class="ui header">Unhandled Exception.</h4>
			<p>We are sorry but an unexpected error has caused the request
				processing to be aborted. Please contact system administrator for
				support. You may want to send the following information.</p>
			<p>
				<label>Failed Url: <span>http://investdev.internal.delegateworks.com/sitemap.xml</span></label>
			</p>
			<p>
				<label>Error Message: <span>No static resource sitemap.xml.</span></label>
			</p>
			<!-- <div th:each="ex: ${throwable.stackTrace}">
				<span th:text="${ex}"></span>
			</div> -->
			<button class="ui blue button" onclick="javascript:history.back();">
				<i class="icon sign in"></i>Back
			</button>
		</div>
	</div>
</body>
</html>