Skip to content

Commit 0eba8e4

Browse files
committed
Add surface to 404 page
Signed-off-by: Alan Fernandes <alan@cipher.host>
1 parent b6d8382 commit 0eba8e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/templates/404.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737

3838
<main role="main" id="main" class="notFound__main">
3939
<h1 class="notFound__title">404 <span>Not Found</span></h1>
40+
<div class="notFound__help uSurface">
41+
<p class="notFound__text">
42+
The package or page <code>{{.Path}}</code> could not be found.
43+
</p>
4044
<a class="notFound__link a" href="/">Return to homepage</a>
4145
</div>
4246
</main>

0 commit comments

Comments
 (0)