diff options
Diffstat (limited to 'AirPollutionWebApi/Views/Shared/_Layout.cshtml')
-rw-r--r-- | AirPollutionWebApi/Views/Shared/_Layout.cshtml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/AirPollutionWebApi/Views/Shared/_Layout.cshtml b/AirPollutionWebApi/Views/Shared/_Layout.cshtml deleted file mode 100644 index 54f6729..0000000 --- a/AirPollutionWebApi/Views/Shared/_Layout.cshtml +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>@ViewBag.Title</title> -</head> -<body> - @RenderBody() -</body> -</html> |