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