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/Pages/_Host.cshtml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Web/Pages/_Host.cshtml (limited to 'Web/Pages/_Host.cshtml') diff --git a/Web/Pages/_Host.cshtml b/Web/Pages/_Host.cshtml new file mode 100644 index 0000000..46779a9 --- /dev/null +++ b/Web/Pages/_Host.cshtml @@ -0,0 +1,35 @@ +@page "/" +@namespace Web.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@{ + Layout = null; +} + + + + + + + Web + + + + + + + + +
+ + An error has occurred. This application may no longer respond until reloaded. + + + An unhandled exception has occurred. See browser dev tools for details. + + Reload + 🗙 +
+ + + + -- cgit v1.2.3