--- title: 404 - There's Nothing Here layout: layouts/head.njk url: /404.html --- # Well, how did I get here? Would you like to [return](/)? ```ts window.location.replace("/"); ```