Skip to content

Commit

Permalink
Updates to 404 page not found view
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithvg committed Oct 11, 2024
1 parent 1836e7e commit d962b0c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions server/views/404.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{% extends 'layout.html' %}
{% set pageTitle = 'Page not found' %}

{% block content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 id="pageTitle" class="govuk-heading-l">{{ pageTitle }}</h1>

<p id="para1" class="govuk-body">If you typed the web address, check it is correct.</p>
<p id="para2" class="govuk-body">If you pasted the web address, check you copied the entire address.</p>
<h1 class="govuk-heading-l">Page not found</h1>
<p class="govuk-body">If you typed the web address, check it is correct.</p>
<p class="govuk-body">If you copy and pasted the address, check you copied the full address.</p>
<p class="govuk-body">
If the web address is correct or you selected a link or button, find other ways to <a href="https://www.gov.uk/report-an-environmental-incident">report an environmental incident</a>.
</p>
</div>
</div>
{% endblock %}

0 comments on commit d962b0c

Please sign in to comment.