diff options
Diffstat (limited to 'PollutometerWebApi/Views/Home')
-rw-r--r-- | PollutometerWebApi/Views/Home/Index.cshtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PollutometerWebApi/Views/Home/Index.cshtml b/PollutometerWebApi/Views/Home/Index.cshtml new file mode 100644 index 0000000..2501eee --- /dev/null +++ b/PollutometerWebApi/Views/Home/Index.cshtml @@ -0,0 +1 @@ +<h2>Welcome to ASP.NET MVC @ViewData["Version"] on @ViewData["Runtime"]!</h2> |