Initial commit
This commit is contained in:
7
Views/Home/Index.cshtml
Normal file
7
Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,7 @@
|
||||
@using Microsoft.AspNetCore.Mvc.ApiExplorer;
|
||||
@using SimpleIdp.Resources
|
||||
|
||||
@{
|
||||
ViewBag.Title = HomeResource.home;
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
Reference in New Issue
Block a user