CaffGeek/MBACNationals

View on GitHub
Web.Admin/Views/Shared/Error.cshtml

Summary

Maintainability
Test Coverage
@{
    Layout = null;
}

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