Added javascript warning page
This commit is contained in:
		
							
								
								
									
										45
									
								
								js/warn/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								js/warn/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,45 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
  <!-- Web crawler and search indexing meta -->
 | 
			
		||||
  <meta charset="utf-8"/>
 | 
			
		||||
  <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
			
		||||
  <meta name="author" content="enpaul@enpaul.net"/>
 | 
			
		||||
  <meta name="robots" content="noindex,nofollow"/>
 | 
			
		||||
 | 
			
		||||
  <!-- Page title and favicon definition -->
 | 
			
		||||
  <title>Javascript Disabled</title>
 | 
			
		||||
  <link rel="shortcut icon" href="/_error/img/e-b.png">
 | 
			
		||||
  <link rel="apple-touch-icon" sizes="180x180" href="/_error/img/e-b.png">
 | 
			
		||||
  <link rel="icon" type="image/png" href="/_error/img/e-b.png" sizes="32x32">
 | 
			
		||||
  <link rel="icon" type="image/png" href="/_error/img/e-b.png" sizes="16x16">
 | 
			
		||||
 | 
			
		||||
  <!-- CSS references -->
 | 
			
		||||
  <link href="/_error/css/bootstrap.min.css" rel="stylesheet">
 | 
			
		||||
  <link href="/_error/css/font-awesome.min.css" rel="stylesheet">
 | 
			
		||||
  <link href="/_error/css/style.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
  <section id="top">
 | 
			
		||||
    <div class="top-container">
 | 
			
		||||
      <div class="wow fadeIn">
 | 
			
		||||
 | 
			
		||||
        <h1>Client Javascript Disabled</h1>
 | 
			
		||||
        <i class="error-icon fa fa-exclamation-circle fa-5x"></i>
 | 
			
		||||
        <h2>Good news! You <strong>DON'T</strong> need Javascript enabled to view this site! I don't even use any metrics, so feel free to keep it disabled!</h2>
 | 
			
		||||
        <h2>Just a heads up though, the site is designed to work with Javascript, so it might look a little bit weird.</h2>
 | 
			
		||||
        <div class="actions">
 | 
			
		||||
          <a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
 | 
			
		||||
          <a href="https://httpstatuses.com/401" target="_blank">More information</a>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </section>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user