add js-disabled page
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/support</loc>
|
<loc>https://www.janishutz.com/support</loc>
|
||||||
<priority>0.67</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>NaN-NaN-NaN</lastmod>
|
<lastmod>2024-02-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/about/aboutme</loc>
|
<loc>https://www.janishutz.com/about/aboutme</loc>
|
||||||
@@ -90,4 +90,9 @@
|
|||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>NaN-NaN-NaN</lastmod>
|
<lastmod>NaN-NaN-NaN</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/support/js-disabled</loc>
|
||||||
|
<priority>0.33</priority>
|
||||||
|
<lastmod>2024-02-20</lastmod>
|
||||||
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
38
src/support/js-disabled/index.html
Normal file
38
src/support/js-disabled/index.html
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Support - janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<meta name="keywords" content="disable js blocker">
|
||||||
|
<meta name="description" content="Learn how to disable various JavaScript blockers">
|
||||||
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
|
<link rel="stylesheet" href="/css/pages/home.css">
|
||||||
|
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
|
||||||
|
<script defer src="/js/loader.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="nav"></div>
|
||||||
|
<div class="content-wrapper">
|
||||||
|
<div class="content">
|
||||||
|
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
||||||
|
<h1 class="title">Support</h1>
|
||||||
|
<p style="text-align: center; margin-bottom: 5%;">On this page you can learn how to enable JavaScript</p>
|
||||||
|
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<h3 class="content-title">JavaScript powers the web, it makes websites run and allows you to use web apps</h3>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<p>First off all, I want to apologize for any inconvenience that arose due to the website's reliance on JavaScript.</p>
|
||||||
|
<p>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.</p>
|
||||||
|
<p>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.</p>
|
||||||
|
<p>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.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer"></div>
|
||||||
|
<script src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
||||||
|
<script src="/js/support.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user