diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:40:28 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:40:28 +0100 |
commit | 08e7a82cc7b237e550c0236bebd4f41c3c3f4acf (patch) | |
tree | 30e2320d62f2bf3981120ad76f2de92efec1e8f5 /PollutometerWebApi/Views/Shared/_Layout.cshtml | |
parent | 9441b9d8b3035dc3142234dd13a1bcea21e72749 (diff) |
Moved API to separate folder.
Diffstat (limited to 'PollutometerWebApi/Views/Shared/_Layout.cshtml')
-rw-r--r-- | PollutometerWebApi/Views/Shared/_Layout.cshtml | 9 |
1 files changed, 0 insertions, 9 deletions
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> |