From 3bfd16b3eeee975f54a606c356141dbf466a1949 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 20 Feb 2024 19:41:59 +0100 Subject: [PATCH] add js-disabled page --- src/sitemap.xml | 7 +++++- src/support/js-disabled/index.html | 38 ++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 src/support/js-disabled/index.html diff --git a/src/sitemap.xml b/src/sitemap.xml index a5d749c..d079860 100644 --- a/src/sitemap.xml +++ b/src/sitemap.xml @@ -33,7 +33,7 @@ https://www.janishutz.com/support 0.67 - NaN-NaN-NaN + 2024-02-20 https://www.janishutz.com/about/aboutme @@ -90,4 +90,9 @@ 0.33 NaN-NaN-NaN + + https://www.janishutz.com/support/js-disabled + 0.33 + 2024-02-20 + \ No newline at end of file diff --git a/src/support/js-disabled/index.html b/src/support/js-disabled/index.html new file mode 100644 index 0000000..d16dd2b --- /dev/null +++ b/src/support/js-disabled/index.html @@ -0,0 +1,38 @@ + + + + Support - janishutz.com + + + + + + + + + + + + + +
+
+ +

Support

+

On this page you can learn how to enable JavaScript

+ +
+

JavaScript powers the web, it makes websites run and allows you to use web apps

+
+

First off all, I want to apologize for any inconvenience that arose due to the website's reliance on JavaScript.

+

JavaScript is essential to over 99% of the website's correct functioning. Some of my websites rely especially heavily on JavaScript as they are so-called web apps or have other essential features provided by JavaScript.

+

There are multiple ways to enable JavaScript, each depending on your specific configuration. Most commonly, JavaScript was disabled in the web browser settings. Open your browser's settings and search for JavaScript and make sure that it is turned on.

+

Other common ways in which JavaScript is disabled is with browser extensions. You will either have a small icon for the extension in your browser's toolbar or in the browser's extensions menu. Make sure you have no extension like "NoScript" enabled on your browser. If so, please add an exception for the website on which you get the JavaScript disabled notice.

+
+
+ + + + + + \ No newline at end of file