From 8880e0efec7462f6865e528f01b9973c6e722e8b Mon Sep 17 00:00:00 2001 From: transtrike Date: Sat, 19 Dec 2020 16:32:14 +0200 Subject: Blazor Template added --- src/DevHive.Blazor/Pages/_Host.cshtml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/DevHive.Blazor/Pages/_Host.cshtml (limited to 'src/DevHive.Blazor/Pages/_Host.cshtml') diff --git a/src/DevHive.Blazor/Pages/_Host.cshtml b/src/DevHive.Blazor/Pages/_Host.cshtml new file mode 100644 index 0000000..9c03a62 --- /dev/null +++ b/src/DevHive.Blazor/Pages/_Host.cshtml @@ -0,0 +1,35 @@ +@page "/" +@namespace DevHive.Blazor.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@{ + Layout = null; +} + + + + + + + DevHive.Blazor + + + + + + + + +
+ + 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