Files
BeWoPlaner/BeWoPlanerMobil/Views/Shared/Error.cshtml
2016-06-27 01:45:38 +02:00

19 lines
399 B
Plaintext

@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Error</title>
<link rel="stylesheet" href="~/Content/BeWoMobileStyle.css" />
</head>
<body>
<hgroup>
<h1>Error.</h1>
<h2>An error occurred while processing your request. </h2>
<h4>@ViewData["BeWoError"]</h4>
</hgroup>
</body>
</html>