Skip to content

Commit c34c2e8

Browse files
author
Arnaud RITTI
committed
Fix title typos for error pages
1 parent eae5572 commit c34c2e8

File tree

3 files changed

+90
-66
lines changed

3 files changed

+90
-66
lines changed
Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
11
{% extends 'base.html.twig' %}
22

3+
{% block title %}
4+
Oops :(
5+
{% endblock %}
6+
37
{% block content %}
4-
<section class="hero">
5-
<div class="hero__inner">
6-
<h1 data-animate="title" class="text-center uppercase">
7-
Oops :(
8-
</h1>
9-
</div>
10-
</section>
8+
<section class="hero">
9+
<div class="hero__inner">
10+
<h1 data-animate="title" class="text-center uppercase">
11+
Oops :(
12+
</h1>
13+
</div>
14+
</section>
1115

12-
<section class="page-content__wrapper">
13-
<div class="page-content__inner">
14-
<section>
15-
<div class="max-w-3xl">
16-
<div class="mx-auto space-y-16 text-lg text-left">
17-
<div class="space-y-8">
18-
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5">
19-
<b class="inline-block mb-4">THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.</b><br>
20-
Checkout for any URL misspelling or <a href="/" class="link">return to the homepage</a>.
21-
</p>
22-
</div>
23-
</div>
24-
</div>
25-
</section>
16+
<section class="page-content__wrapper">
17+
<div class="page-content__inner">
18+
<section>
19+
<div class="max-w-3xl">
20+
<div class="mx-auto space-y-16 text-lg text-left">
21+
<div class="space-y-8">
22+
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5">
23+
<b class="inline-block mb-4">
24+
THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.
25+
</b><br />
26+
Checkout for any URL misspelling or <a href="/" class="link">
27+
return to the homepage
28+
</a>.
29+
</p>
30+
</div>
31+
</div>
2632
</div>
27-
</section>
33+
</section>
34+
</div>
35+
</section>
2836
{% endblock %}
Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
11
{% extends 'base.html.twig' %}
22

3+
{% block title %}
4+
Page not found
5+
{% endblock %}
6+
37
{% block content %}
4-
<section class="hero">
5-
<div class="hero__inner">
6-
<h1 data-animate="title" class="text-center uppercase">
7-
Page not found
8-
</h1>
9-
</div>
10-
</section>
8+
<section class="hero">
9+
<div class="hero__inner">
10+
<h1 data-animate="title" class="text-center uppercase">
11+
Page not found
12+
</h1>
13+
</div>
14+
</section>
1115

12-
<section class="page-content__wrapper">
13-
<div class="page-content__inner">
14-
<section>
15-
<div class="max-w-3xl">
16-
<div class="mx-auto space-y-16 text-lg text-left">
17-
<div class="space-y-8">
18-
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5">
19-
<b class="inline-block mb-4">THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.</b><br>
20-
Checkout for any URL misspelling or <a href="/" class="link">return to the homepage</a>.
21-
</p>
22-
</div>
23-
</div>
24-
</div>
25-
</section>
16+
<section class="page-content__wrapper">
17+
<div class="page-content__inner">
18+
<section>
19+
<div class="max-w-3xl">
20+
<div class="mx-auto space-y-16 text-lg text-left">
21+
<div class="space-y-8">
22+
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5">
23+
<b class="inline-block mb-4">
24+
THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.
25+
</b><br />
26+
Checkout for any URL misspelling or <a href="/" class="link">
27+
return to the homepage
28+
</a>.
29+
</p>
30+
</div>
31+
</div>
2632
</div>
27-
</section>
33+
</section>
34+
</div>
35+
</section>
2836
{% endblock %}
Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
11
{% extends 'base.html.twig' %}
22

3+
{% block title %}
4+
Internal server error
5+
{% endblock %}
6+
37
{% block content %}
4-
<section class="hero">
5-
<div class="hero__inner">
6-
<h1 data-animate="title" class="text-center uppercase">
7-
INTERNAL SERVER ERROR
8-
</h1>
9-
</div>
10-
</section>
8+
<section class="hero">
9+
<div class="hero__inner">
10+
<h1 data-animate="title" class="text-center uppercase">
11+
Internal server error
12+
</h1>
13+
</div>
14+
</section>
1115

12-
<section class="page-content__wrapper">
13-
<div class="page-content__inner">
14-
<section>
15-
<div class="max-w-3xl">
16-
<div class="mx-auto space-y-16 text-lg text-left">
17-
<div class="space-y-8">
18-
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5">
19-
<b class="inline-block mb-4">THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.</b><br>
20-
Checkout for any URL misspelling or <a href="/" class="link">return to the homepage</a>.
21-
</p>
22-
</div>
23-
</div>
24-
</div>
25-
</section>
16+
<section class="page-content__wrapper">
17+
<div class="page-content__inner">
18+
<section>
19+
<div class="max-w-3xl">
20+
<div class="mx-auto space-y-16 text-lg text-left">
21+
<div class="space-y-8">
22+
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5">
23+
<b class="inline-block mb-4">
24+
THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.
25+
</b><br />
26+
Checkout for any URL misspelling or <a href="/" class="link">
27+
return to the homepage
28+
</a>.
29+
</p>
30+
</div>
31+
</div>
2632
</div>
27-
</section>
33+
</section>
34+
</div>
35+
</section>
2836
{% endblock %}

0 commit comments

Comments
 (0)