diff --git a/GWMS.UI/GWMS.UI.csproj b/GWMS.UI/GWMS.UI.csproj index 3b8fc4a..87fe5dd 100644 --- a/GWMS.UI/GWMS.UI.csproj +++ b/GWMS.UI/GWMS.UI.csproj @@ -2,7 +2,7 @@ net5.0 - 1.0.2111.1109 + 1.0.2111.1209 95c9f021-52d1-4390-a670-5810b7b777b0 true true @@ -38,7 +38,7 @@ - + diff --git a/GWMS.UI/Pages/Index.razor b/GWMS.UI/Pages/Index.razor index 00594ec..062ab83 100644 --- a/GWMS.UI/Pages/Index.razor +++ b/GWMS.UI/Pages/Index.razor @@ -1,4 +1,6 @@ @page "/" +@page "/Home" +@page "/Index" @using GWMS.Data @using GWMS.UI.Data diff --git a/GWMS.UI/Pages/Shared/_Favicons.cshtml b/GWMS.UI/Pages/Shared/_Favicons.cshtml new file mode 100644 index 0000000..923b67a --- /dev/null +++ b/GWMS.UI/Pages/Shared/_Favicons.cshtml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/GWMS.UI/Pages/Shared/_Layout.cshtml b/GWMS.UI/Pages/Shared/_Layout.cshtml index b1f01cc..98ea4fe 100644 --- a/GWMS.UI/Pages/Shared/_Layout.cshtml +++ b/GWMS.UI/Pages/Shared/_Layout.cshtml @@ -15,6 +15,10 @@ GWMS.UI User Management + + @*@Html.Partial("_Favicons")*@ + + diff --git a/GWMS.UI/Pages/_Host.cshtml b/GWMS.UI/Pages/_Host.cshtml index 3bf9fe9..95a653d 100644 --- a/GWMS.UI/Pages/_Host.cshtml +++ b/GWMS.UI/Pages/_Host.cshtml @@ -15,13 +15,16 @@ GWMS.UI - + @**@ + + @*@Html.Partial("_Favicons")*@ + + - @@ -62,7 +65,7 @@ - +