add js-disabled page

This commit is contained in:
2024-02-20 19:41:59 +01:00
parent 84bbf43a78
commit 3bfd16b3ee
2 changed files with 44 additions and 1 deletions

View 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>