Files
BeWoPlaner/BeWoPlanerMobil/Views/Shared/Error.cshtml

19 lines
400 B
Plaintext
Raw Normal View History

2016-06-27 01:45:38 +02:00
@{
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" />
2016-06-27 01:45:38 +02:00
</head>
<body>
<hgroup>
<h1>Error.</h1>
<h2>An error occurred while processing your request. </h2>
<h4>@ViewData["BeWoError"]</h4>
</hgroup>
2016-06-27 01:45:38 +02:00
</body>
</html>