Files
simpleidp/Views/Home/Index.cshtml
2025-08-19 16:58:51 +02:00

7 lines
165 B
Plaintext

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