Skip to content

Commit

Permalink
update 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Mar 2, 2024
1 parent 643aa22 commit 6f07e76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 404.md
Expand Up @@ -7,7 +7,15 @@ permalink: /404.html

<h4 class="text-body-secondary">404 error</h4>

Oops! Something went wrong. Try [searching]({% link search.md %}) to find what you were looking for.
Oops! Something went wrong. This page could not be found:

<pre><code id="result"></code></pre>

<script>
document.getElementById("result").innerHTML = window.location.pathname;
</script>

Try [searching]({% link search.md %}) to find what you were looking for.
You can [open an issue]({{ site.data.github.issue }}) or [contact me]({% link contact.md %}) to report a problem.

{% include image.html
Expand Down

0 comments on commit 6f07e76

Please sign in to comment.