Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 1b26d26

Browse files
authored
Create article-404.hbs
1 parent 213175d commit 1b26d26

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<article class="doc">
2+
<h1 class="page">{{{or page.title 'Page Not Found'}}}</h1>
3+
<div class="paragraph">
4+
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can{{#with site.homeUrl}}
5+
return to the <a href="{{uiRootPath}}">start page</a>, or{{/with}} follow one of the links in the navigation to
6+
the left.</p>
7+
</div>
8+
<div class="paragraph">
9+
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is
10+
broken.
11+
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
12+
</div>
13+
</article>

0 commit comments

Comments
 (0)