diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 8a5f8e3..0e4d4da 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -1,10 +1,10 @@ @page @model IndexModel @{ - ViewData["Title"] = "Home page"; + ViewData["Title"] = "IoTSharp Gateways "; }

Welcome

-

Learn about building Web apps with ASP.NET Core.

+
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 87624e4..cd15a3b 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -28,10 +28,9 @@ @if (SignInManager.IsSignedIn(User)) { - - + }