Instead of storing a format string in a file, let's be reasonable and use SourceGenerator's template functionality. :^)
This error page template is slightly hilarious and should probably be replaced with AK::SourceGenerator or some such, but for now let's just get rid of the call to String::format().
Add a simple HTML error page that gets loaded into the HtmlView when loading the page fails. Closes #1210 and #1516