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

9 lines
No EOL
274 B
Text

@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>