Files
notifications-admin/app/templates/views/accessibility_statement.html
2020-09-22 11:46:57 +01:00

30 lines
957 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "content_template.html" %}
{% from "components/service-link.html" import service_link %}
{% block per_page_title %}
Accessibility statement
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Accessibility statement</h1>
<p class="govuk-body">
This accessibility statement applies to content published on the www.notifications.service.gov.uk domain. It does not apply to the GOV.UK Notify API documentation subdomain: https://docs.notifications.service.gov.uk.
</p>
<h2 class="heading-medium">How accessible this website is</h2>
<h2 class="heading-medium">Feedback and contact information</h2>
<h2 class="heading-medium">Reporting accessibility problems with this website</h2>
<h2 class="heading-medium">Enforcement procedure</h2>
<h2 class="heading-medium">Technical information about this websites accessibility</h2>
<h3 class="heading-small">Compliance status</h3>
{% endblock %}