Skip to content

Commit

Permalink
Improving 404 page for TheAgency (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
choXberg authored and sebastienros committed Oct 10, 2019
1 parent 2d49b61 commit 4595500
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/OrchardCore.Themes/TheAgencyTheme/Views/Shared/NotFound.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% zone "Header" %}
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in"></div>
<div class="intro-heading text-uppercase"><h1>{{ "404 Page Not Found" | t }}</h1></div>
</div>
</div>
</header>
{% endzone %}

<section>
<div class="container">
<h1>{{ "The page you requested could not be found." | t }}</h1>
</div>
</section>

0 comments on commit 4595500

Please sign in to comment.