From 89681420630c9ab5f5bb25c243acc7fa596ff144 Mon Sep 17 00:00:00 2001 From: michael-bailey Date: Mon, 17 Mar 2025 14:14:58 +0000 Subject: [PATCH] Added open source page, for declaring open source libraries. --- .../Controllers/HomeController.cs | 5 +++++ .../Views/Home/OpenSource.cshtml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 FileStorageService.www/Views/Home/OpenSource.cshtml diff --git a/FileStorageService.www/Controllers/HomeController.cs b/FileStorageService.www/Controllers/HomeController.cs index 9a6d302..9f2a19d 100644 --- a/FileStorageService.www/Controllers/HomeController.cs +++ b/FileStorageService.www/Controllers/HomeController.cs @@ -18,6 +18,11 @@ public class HomeController : Controller return View(); } + public IActionResult OpenSource() + { + return View(); + } + public IActionResult Privacy() { return View(); diff --git a/FileStorageService.www/Views/Home/OpenSource.cshtml b/FileStorageService.www/Views/Home/OpenSource.cshtml new file mode 100644 index 0000000..122f89a --- /dev/null +++ b/FileStorageService.www/Views/Home/OpenSource.cshtml @@ -0,0 +1,14 @@ +@{ + ViewBag.Title = "Open Source"; + Layout = "_Layout"; +} + +

Open Source Libraries

+ + + + + + + +
NameUsageLinks