Update 404.md

This commit is contained in:
johndmulhausen
2016-03-11 08:43:14 +00:00
parent 5533fd6272
commit 5998d3565e
+11 -1
View File
@@ -4,7 +4,17 @@ title: 404 Error!
permalink: /404.html permalink: /404.html
--- ---
<script language="JavaScript">
$( document ).ready(function() {
if (window.location.href.indexOf(".html") > -1) {
var forwardingURL=window.location.href.replace(".html","");
window.location.replace(forwardingURL);
}
});
</script>
Sorry, this page was not found. :( Sorry, this page was not found. :(
You can let us know by filling out the "I wish this page" text field at You can let us know by filling out the "I wish this page" text field at
the bottom of this page. Maybe try: "I wish this page _existed_." the bottom of this page. Maybe try: "I wish this page _existed_."