init
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user