aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Pages/Error.cshtml
blob: 6030139662e4e7ea34fc609e3b0e7f764d5d29cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@page
@model Dough.Pages.Error

@{
    Layout = null;
}

<!DOCTYPE html>

<html>
<head>
    <title></title>
</head>
<body>
<div>
    
</div>
</body>
</html>