diff --git a/samples/StandaloneApp/Pages/Counter.cshtml b/samples/StandaloneApp/Pages/Counter.cshtml index a90b296a50..bf8e96e921 100644 --- a/samples/StandaloneApp/Pages/Counter.cshtml +++ b/samples/StandaloneApp/Pages/Counter.cshtml @@ -1,5 +1,6 @@ @page "/counter" @using Microsoft.AspNetCore.Blazor +

Counter

Current count: @currentCount

diff --git a/samples/StandaloneApp/Pages/Index.cshtml b/samples/StandaloneApp/Pages/Index.cshtml index 86eb281395..16dac31925 100644 --- a/samples/StandaloneApp/Pages/Index.cshtml +++ b/samples/StandaloneApp/Pages/Index.cshtml @@ -1,4 +1,5 @@ @page "/" +

Hello, world!

Welcome to your new app. diff --git a/samples/StandaloneApp/Shared/MainLayout.cshtml b/samples/StandaloneApp/Shared/MainLayout.cshtml index fedd543b5c..614e0c08ac 100644 --- a/samples/StandaloneApp/Shared/MainLayout.cshtml +++ b/samples/StandaloneApp/Shared/MainLayout.cshtml @@ -1,11 +1,11 @@ @implements ILayoutComponent -
-
-
+
+
+
-
+
@Body
diff --git a/samples/StandaloneApp/Shared/NavMenu.cshtml b/samples/StandaloneApp/Shared/NavMenu.cshtml index cfd37a55a2..ffdbde8432 100644 --- a/samples/StandaloneApp/Shared/NavMenu.cshtml +++ b/samples/StandaloneApp/Shared/NavMenu.cshtml @@ -1,30 +1,30 @@ -