Files
MoonPro.net/MP/Views/Shared/Error.cshtml
T
2018-05-29 12:50:32 +02:00

14 lines
253 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Error Page</title>
</head>
<body>
<hgroup>
<h1>Error.</h1>
<h2>An error occurred while processing your request.</h2>
</hgroup>
</body>
</html>