Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.6 KB

File metadata and controls

48 lines (44 loc) · 1.6 KB
layout default
title Page Not Found
description The page you're looking for doesn't exist.
permalink /404.html
sitemap false
hero true
js true
search true

🌳

Page Not Found

The page you're looking for doesn't exist. Perhaps it branched off the tree somewhere unexpected.

<script> (function() { var input = document.getElementById('search-404'); if (!input) return; input.addEventListener('input', function() { var val = this.value.trim(); if (val.length >= 2) { window.location.href = '{{ site.baseurl }}/?search=' + encodeURIComponent(val); } }); input.addEventListener('keydown', function(e) { if (e.key === 'Enter') { var val = this.value.trim(); if (val.length >= 2) { window.location.href = '{{ site.baseurl }}/?search=' + encodeURIComponent(val); } } }); })(); </script>