You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
568 B
11 lines
568 B
3 years ago
|
<% content_for :title, "Page not found" %>
|
||
|
|
||
3 years ago
|
<div class="govuk-grid-row">
|
||
|
<div class="govuk-grid-column-two-thirds">
|
||
3 years ago
|
<h1 class="govuk-heading-l"><%= content_for(:title) %></h1>
|
||
3 years ago
|
<p class="govuk-body">If you typed the web address, check it is correct.</p>
|
||
|
<p class="govuk-body">If you pasted the web address, check you copied the entire address.</p>
|
||
|
<p class="govuk-body"><a class="govuk-link" href="https://digital.dclg.gov.uk/jira/servicedesk/customer/portal/4/group/21">Get help</a> if the web address is correct and not working.</p>
|
||
3 years ago
|
</div>
|
||
3 years ago
|
</div>
|