diff options
Diffstat (limited to 'src/server/Pages/Error.cshtml')
| -rw-r--r-- | src/server/Pages/Error.cshtml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/server/Pages/Error.cshtml b/src/server/Pages/Error.cshtml new file mode 100644 index 0000000..6030139 --- /dev/null +++ b/src/server/Pages/Error.cshtml @@ -0,0 +1,19 @@ +@page +@model Dough.Pages.Error + +@{ + Layout = null; +} + +<!DOCTYPE html> + +<html> +<head> + <title></title> +</head> +<body> +<div> + +</div> +</body> +</html>
\ No newline at end of file |
