-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eae5572
commit c34c2e8
Showing
3 changed files
with
90 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
{% extends 'base.html.twig' %} | ||
|
||
{% block title %} | ||
Oops :( | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<section class="hero"> | ||
<div class="hero__inner"> | ||
<h1 data-animate="title" class="text-center uppercase"> | ||
Oops :( | ||
</h1> | ||
</div> | ||
</section> | ||
<section class="hero"> | ||
<div class="hero__inner"> | ||
<h1 data-animate="title" class="text-center uppercase"> | ||
Oops :( | ||
</h1> | ||
</div> | ||
</section> | ||
|
||
<section class="page-content__wrapper"> | ||
<div class="page-content__inner"> | ||
<section> | ||
<div class="max-w-3xl"> | ||
<div class="mx-auto space-y-16 text-lg text-left"> | ||
<div class="space-y-8"> | ||
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5"> | ||
<b class="inline-block mb-4">THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.</b><br> | ||
Checkout for any URL misspelling or <a href="/" class="link">return to the homepage</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="page-content__wrapper"> | ||
<div class="page-content__inner"> | ||
<section> | ||
<div class="max-w-3xl"> | ||
<div class="mx-auto space-y-16 text-lg text-left"> | ||
<div class="space-y-8"> | ||
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5"> | ||
<b class="inline-block mb-4"> | ||
THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST. | ||
</b><br /> | ||
Checkout for any URL misspelling or <a href="/" class="link"> | ||
return to the homepage | ||
</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
{% endblock %} |
52 changes: 30 additions & 22 deletions
52
templates/bundles/TwigBundle/Exception/error404.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
{% extends 'base.html.twig' %} | ||
|
||
{% block title %} | ||
Page not found | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<section class="hero"> | ||
<div class="hero__inner"> | ||
<h1 data-animate="title" class="text-center uppercase"> | ||
Page not found | ||
</h1> | ||
</div> | ||
</section> | ||
<section class="hero"> | ||
<div class="hero__inner"> | ||
<h1 data-animate="title" class="text-center uppercase"> | ||
Page not found | ||
</h1> | ||
</div> | ||
</section> | ||
|
||
<section class="page-content__wrapper"> | ||
<div class="page-content__inner"> | ||
<section> | ||
<div class="max-w-3xl"> | ||
<div class="mx-auto space-y-16 text-lg text-left"> | ||
<div class="space-y-8"> | ||
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5"> | ||
<b class="inline-block mb-4">THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.</b><br> | ||
Checkout for any URL misspelling or <a href="/" class="link">return to the homepage</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="page-content__wrapper"> | ||
<div class="page-content__inner"> | ||
<section> | ||
<div class="max-w-3xl"> | ||
<div class="mx-auto space-y-16 text-lg text-left"> | ||
<div class="space-y-8"> | ||
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5"> | ||
<b class="inline-block mb-4"> | ||
THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST. | ||
</b><br /> | ||
Checkout for any URL misspelling or <a href="/" class="link"> | ||
return to the homepage | ||
</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
{% endblock %} |
52 changes: 30 additions & 22 deletions
52
templates/bundles/TwigBundle/Exception/error500.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
{% extends 'base.html.twig' %} | ||
|
||
{% block title %} | ||
Internal server error | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<section class="hero"> | ||
<div class="hero__inner"> | ||
<h1 data-animate="title" class="text-center uppercase"> | ||
INTERNAL SERVER ERROR | ||
</h1> | ||
</div> | ||
</section> | ||
<section class="hero"> | ||
<div class="hero__inner"> | ||
<h1 data-animate="title" class="text-center uppercase"> | ||
Internal server error | ||
</h1> | ||
</div> | ||
</section> | ||
|
||
<section class="page-content__wrapper"> | ||
<div class="page-content__inner"> | ||
<section> | ||
<div class="max-w-3xl"> | ||
<div class="mx-auto space-y-16 text-lg text-left"> | ||
<div class="space-y-8"> | ||
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5"> | ||
<b class="inline-block mb-4">THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST.</b><br> | ||
Checkout for any URL misspelling or <a href="/" class="link">return to the homepage</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="page-content__wrapper"> | ||
<div class="page-content__inner"> | ||
<section> | ||
<div class="max-w-3xl"> | ||
<div class="mx-auto space-y-16 text-lg text-left"> | ||
<div class="space-y-8"> | ||
<p class="text-base text-center font-light text-waterloo dark:text-santa md:mt-5"> | ||
<b class="inline-block mb-4"> | ||
THE PAGE YOU WERE LOOKING FOR DOESN'T EXIST. | ||
</b><br /> | ||
Checkout for any URL misspelling or <a href="/" class="link"> | ||
return to the homepage | ||
</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
{% endblock %} |