From 5bca38a1532010e57c664b91557a7cfafdcf58c1 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 24 Jan 2023 18:32:27 +0100 Subject: [PATCH] Add custom favicon --- MediaManager/Pages/Credits.cshtml | 9 +++++++++ MediaManager/Pages/Shared/_Layout.cshtml | 5 ++++- .../Pages/Shared/_LayoutNoContainer.cshtml | 5 ++++- MediaManager/wwwroot/favicon.ico | Bin 5430 -> 12519 bytes 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 MediaManager/Pages/Credits.cshtml diff --git a/MediaManager/Pages/Credits.cshtml b/MediaManager/Pages/Credits.cshtml new file mode 100644 index 0000000..21b8490 --- /dev/null +++ b/MediaManager/Pages/Credits.cshtml @@ -0,0 +1,9 @@ +@page +@{ + ViewData["Title"] = "Credits"; +} +

@ViewData["Title"]

+ +

+ Favicon made by Prosymbols from www.flaticon.com +

diff --git a/MediaManager/Pages/Shared/_Layout.cshtml b/MediaManager/Pages/Shared/_Layout.cshtml index ab1072a..713714d 100644 --- a/MediaManager/Pages/Shared/_Layout.cshtml +++ b/MediaManager/Pages/Shared/_Layout.cshtml @@ -11,6 +11,9 @@