diff options
Diffstat (limited to 'PollutometerWebApi/Views/Shared')
-rw-r--r-- | PollutometerWebApi/Views/Shared/Error.cshtml | 5 | ||||
-rw-r--r-- | PollutometerWebApi/Views/Shared/_Layout.cshtml | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/PollutometerWebApi/Views/Shared/Error.cshtml b/PollutometerWebApi/Views/Shared/Error.cshtml deleted file mode 100644 index 20ec06a..0000000 --- a/PollutometerWebApi/Views/Shared/Error.cshtml +++ /dev/null @@ -1,5 +0,0 @@ -@model System.Web.Mvc.HandleErrorInfo - -<div> - <h2>An error occurred while processing your request.</h2> -</div> diff --git a/PollutometerWebApi/Views/Shared/_Layout.cshtml b/PollutometerWebApi/Views/Shared/_Layout.cshtml deleted file mode 100644 index 54f6729..0000000 --- a/PollutometerWebApi/Views/Shared/_Layout.cshtml +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>@ViewBag.Title</title> -</head> -<body> - @RenderBody() -</body> -</html> |