CNSA-216-Personal/CH78/Views/Shared/Error.cshtml

13 lines
246 B
Plaintext
Raw Normal View History

2024-03-20 11:09:42 -07:00
<!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>