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

12 lines
No EOL
197 B
Text

@using Kreta.Web.Models
@model MaintenanceModel
@{
Layout = "~/Views/Shared/_MasterLayout.cshtml";
}
<div>
<h1>@Model.Title</h1>
<br />
<h4>@Html.Raw(Model.Message)</h4>
</div>