CNSA-216-Personal/CNSA-216-Personal-v2/Views/Shared/Error.cshtml
EggMan20339 62aae5abb2 init
2024-02-29 08:15:17 -05:00

13 lines
246 B
Plaintext

<!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>