diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-26 18:28:21 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-26 18:28:21 -0400 |
commit | 5cf21cec4eaa18af579498bd5a1980278f90f31a (patch) | |
tree | 2d7883412995855551ed883a121141034cc08949 /static-page | |
parent | 2611afc90383bb5ac8d05208a103add7d1882c4d (diff) |
404 page + updated js-disabled phrasing
Diffstat (limited to 'static-page')
-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]]. |