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 @@