mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
Fix heading levels
This commit is contained in:
parent
b92fe3f469
commit
f412276727
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h2>{% translate "Page not found" %}</h2>
|
<h1>{% translate "Page not found" %}</h1>
|
||||||
|
|
||||||
<p>{% translate "The requested page could not be found." %}</p>
|
<p>{% translate "The requested page could not be found." %}</p>
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
<section class="usa-hero">
|
<section class="usa-hero">
|
||||||
<div class="usa-grid">
|
<div class="usa-grid">
|
||||||
<div class="usa-hero-callout usa-section-dark">
|
<div class="usa-hero-callout usa-section-dark">
|
||||||
<h2>
|
<h1>
|
||||||
<span class="usa-hero-callout-alt">Welcome to the .gov registrar</span>
|
<span class="usa-hero-callout-alt">Welcome to the .gov registrar</span>
|
||||||
</h2>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue