Update 404.md
This commit is contained in:
@@ -4,7 +4,17 @@ title: 404 Error!
|
||||
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. :(
|
||||
|
||||
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_."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user