Couldn't Get the Webpage You Wanted A.K.A. 404 Not Found

You were probably trying to go somewhere else, but ended up here. Here's a link back home.

This happens from time to time, and it's most likely not your fault.

If you're still out of luck, I'll try to find it if you email me.


What is 404 Not Found Anyway?

Stolen from MDN Web Docs:

The HTTP 404 Not Found response status code indicates that the server cannot find the requested resource. Links that lead to a 404 page are often called broken or dead links and can be subject to link rot.

A 404 status code only indicates that the resource is missing: not whether the absence is temporary or permanent. If a resource is permanently removed, use the 410 (Gone) status instead.