Skip to content

Commit

Permalink
Maintenance Page
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble committed Jan 5, 2024
1 parent 4c1e87f commit d998b14
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@page "/public/maintenance"
@using Microsoft.Extensions.Configuration

@inject IConfiguration Configuration

@{
ViewBag.Title = "Maintenance Page";
Layout = "_Layout";
}

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">This service is unavailable</h1>
<p class="govuk-body">
The Prepare conversions service is currently unavailable, but our team are working to fix that.
</p>
<p class="govuk-body">
Please try again later.
</p>

</div>
</div>

0 comments on commit d998b14

Please sign in to comment.