Files
kreta/KretaWeb/Views/Shared/ArchivIndex.cshtml
T
2024-03-13 00:33:46 +01:00

9 lines
274 B
Plaintext

@using Kreta.Resources;
@using Kreta.Web.Security;
@{
Layout = "~/Views/Shared/_MasterLayout.cshtml";
}
<div class="row" style="padding: 20px; text-align: center;">
<label style="font-size: 20px;">@AdminisztracioResource.ArchivIndexMsg</label>
</div>