We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d8382 commit 0eba8e4Copy full SHA for 0eba8e4
1 file changed
static/templates/404.html
@@ -37,6 +37,10 @@
37
38
<main role="main" id="main" class="notFound__main">
39
<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>
44
<a class="notFound__link a" href="/">Return to homepage</a>
45
</div>
46
</main>
0 commit comments