From ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 13:54:23 +0200 Subject: Replaced ASP.NET Core MVC with Blazor --- Web/Views/Home/Index.cshtml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Web/Views/Home/Index.cshtml (limited to 'Web/Views/Home/Index.cshtml') 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"; -} - -
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
-- cgit v1.2.3