Initial commit

This commit is contained in:
Marek Lesko
2025-08-19 16:58:51 +02:00
commit a2f7e2285a
908 changed files with 160315 additions and 0 deletions

7
Views/Home/Index.cshtml Normal file
View File

@@ -0,0 +1,7 @@
@using Microsoft.AspNetCore.Mvc.ApiExplorer;
@using SimpleIdp.Resources
@{
ViewBag.Title = HomeResource.home;
Layout = "~/Views/Shared/_Layout.cshtml";
}