diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-18 17:05:06 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-02-15 12:18:30 +0100 |
commit | 4fc9ac0a76f6137a40ec207f6b7e140dffb2768d (patch) | |
tree | e5747fe27f254d91d8c3c4a88fb2b44ec96c0924 /public | |
parent | 511c389d5c49188708471bcb9a1a2e5d26aadd52 (diff) | |
download | server-4fc9ac0a76f6137a40ec207f6b7e140dffb2768d.tar.gz |
Redirect to error page if MSIE detected.
Diffstat (limited to 'public')
-rw-r--r-- | public/msie.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/msie.html b/public/msie.html new file mode 100644 index 0000000..1e4c7b3 --- /dev/null +++ b/public/msie.html @@ -0,0 +1,5 @@ +<html> +<h1 style="color:brown">Internet Explorer</h1> +<p>This site does not work with Internet Explorer. +<p>Please upgrade to a modern browser. +<p>Install <a href="https://www.mozilla.org/firefox/new/">Firefox Browser</a>. |