Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
test
/
wix
/
TestData
/
CsprojWebApplicationNetFx
/
Views
/
Shared
/
Error.cshtml
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
cshtml
13 lines
264 Bytes
Copy permalink
Copy
Raw
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta
name=
"viewport"
content=
"width=device-width"
/>
5
<title>
Error
</title>
6
</head>
7
<body>
8
<hgroup>
9
<h1>
Error.
</h1>
10
<h2>
An error occurred while processing your request.
</h2>
11
</hgroup>
12
</body>
13
</html>