Files
BeWoPlaner/BeWoPlanerMobil/Views/Shared/Error.cshtml
Christian 40ebcc80fc cb
2018-10-08 11:57:16 +02:00

19 lines
405 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?v=1.2" />
</head>
<body>
<hgroup>
<h1>Error.</h1>
<h2>An error occurred while processing your request. </h2>
<h4>@ViewData["BeWoError"]</h4>
</hgroup>
</body>
</html>