Fix CSS on javascript warning page
This commit is contained in:
		@@ -11,15 +11,17 @@
 | 
			
		||||
 | 
			
		||||
  <!-- 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">
 | 
			
		||||
  <link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png">
 | 
			
		||||
  <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png">
 | 
			
		||||
  <link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32">
 | 
			
		||||
  <link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.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">
 | 
			
		||||
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha3>
 | 
			
		||||
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbx>
 | 
			
		||||
  <link href="../../css/animate.min.css" rel="stylesheet">
 | 
			
		||||
  <link href="../../css/hexagons.min.css" rel="stylesheet">
 | 
			
		||||
  <link href="../../css/style.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
@@ -31,7 +33,7 @@
 | 
			
		||||
        <h1>Good News!</h1>
 | 
			
		||||
        <i class="error-icon fa fa-exclamation-circle fa-5x"></i>
 | 
			
		||||
        <h2>Javascript is <strong>NOT</strong> needed to view this site! There aren't even any metrics, so feel free to keep Javascript disabled!</h2>
 | 
			
		||||
        <h2>The site is designed to <u>function</u> just as well without Javascript, but it might look a bit weird at times.</h2>
 | 
			
		||||
        <h2>The site is designed to <i>function</i> just as well without Javascript, but it might look a bit weird at times.</h2>
 | 
			
		||||
        <div class="actions">
 | 
			
		||||
          <a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a><br>
 | 
			
		||||
          <a href="https://www.enable-javascript.com/" target="_blank">How to Enable Javascript</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user