aboutsummaryrefslogtreecommitdiff
path: root/Web/Views/Home
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-10 13:54:23 +0200
committertranstrike <transtrike@gmail.com>2020-12-10 13:54:23 +0200
commitee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 (patch)
tree02d126568767f77f78127a347b142e5225fab4de /Web/Views/Home
parent7941f1ab479b72ee53e94aef54b8390d21d36f84 (diff)
downloadDevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.tar
DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.tar.gz
DevHive-ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667.zip
Replaced ASP.NET Core MVC with Blazor
Diffstat (limited to 'Web/Views/Home')
-rw-r--r--Web/Views/Home/Index.cshtml8
-rw-r--r--Web/Views/Home/Privacy.cshtml6
2 files changed, 0 insertions, 14 deletions
diff --git a/Web/Views/Home/Index.cshtml b/Web/Views/Home/Index.cshtml
deleted file mode 100644
index 08a5a5c..0000000
--- a/Web/Views/Home/Index.cshtml
+++ /dev/null
@@ -1,8 +0,0 @@
-@{
- ViewData["Title"] = "Home Page";
-}
-
-<div class="text-center">
- <h1 class="display-4">Welcome</h1>
- <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
-</div>
diff --git a/Web/Views/Home/Privacy.cshtml b/Web/Views/Home/Privacy.cshtml
deleted file mode 100644
index a850e76..0000000
--- a/Web/Views/Home/Privacy.cshtml
+++ /dev/null
@@ -1,6 +0,0 @@
-@{
- ViewData["Title"] = "Privacy Policy";
-}
-<h1>@ViewData["Title"]</h1>
-
-<p>Use this page to detail your site's privacy policy.</p>