init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
12
KretaWeb/Views/HibaOldal/MaintenancePartial.cshtml
Normal file
12
KretaWeb/Views/HibaOldal/MaintenancePartial.cshtml
Normal file
|
@ -0,0 +1,12 @@
|
|||
@using Kreta.Web.Models
|
||||
@model MaintenanceModel
|
||||
|
||||
@{
|
||||
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
||||
}
|
||||
|
||||
<div>
|
||||
<h1>@Model.Title</h1>
|
||||
<br />
|
||||
<h4>@Html.Raw(Model.Message)</h4>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue