2013-05-27 08:46:49 +00:00
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
<html lang="en-US">
|
2009-05-07 16:53:18 +00:00
|
|
|
|
<head>
|
2013-05-27 08:46:49 +00:00
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title></title>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/error-pages.css" media="all"/>
|
2009-05-07 16:53:18 +00:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-05-27 08:46:49 +00:00
|
|
|
|
<style type="text/css">
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 40px 0 0 0;
|
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<!-- Error Pages Start Here -->
|
|
|
|
|
<div id="error-page">
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="figure code-500"></div>
|
|
|
|
|
<div class="message">
|
|
|
|
|
<h1>We're Sorry</h1>
|
|
|
|
|
<p>We’ve been notified about this issue and we’ll take a look at it shortly.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Error Pages End Here -->
|
2009-05-07 16:53:18 +00:00
|
|
|
|
</body>
|
2013-05-27 08:46:49 +00:00
|
|
|
|
</html>
|