diff options
-rw-r--r-- | static-page/404.yaml | 7 | ||||
-rw-r--r-- | static-page/js-disabled.yaml | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/static-page/404.yaml b/static-page/404.yaml new file mode 100644 index 00000000..fc17cbf6 --- /dev/null +++ b/static-page/404.yaml @@ -0,0 +1,7 @@ +Name: 404 Not Found +Directory: '404' +Absolute Links: true +Content: |- + Sorry, the page you're trying to access couldn't be found. If you followed a link here from HSMusic Wiki, [[static:feedback|let us know]] and we'll fix it up! Or if you came from another website... perhaps send a friendly notice to its friendly webmaster? ✨ + + Please press the back button to return where you came from, or [[home:-|head back to the wiki home page]]. diff --git a/static-page/js-disabled.yaml b/static-page/js-disabled.yaml index ab5dce1d..80424edc 100644 --- a/static-page/js-disabled.yaml +++ b/static-page/js-disabled.yaml @@ -1,5 +1,6 @@ Name: JS Disabled Directory: js-disabled Content: |- - Sorry, that link won't work unless you're running a web browser that supports relatively modern JavaScript. - Please press the back button to get where you were, or [[home:-|head back to the index]]. + Sorry, that link won't work unless you're running a relatively modern web browser and have JavaScript enabled. + + Please press the back button to return where you came from, or [[home:-|head back to the wiki home page]]. |