-
Notifications
You must be signed in to change notification settings - Fork 3
/
401.html
executable file
·64 lines (58 loc) · 2.67 KB
/
401.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Authentication Required</title>
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href="https://jcplaboratory.github.io/http_error-pages-nginx/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="https://jcplaboratory.github.io/http_error-pages-nginx/css/style.css">
<!--Action js here-->
<script type="text/javascript" src="https://jcplaboratory.github.io/http_error-pages-nginx/js/redirect.js"></script>
</head>
<body onload="countdown(30);">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="http://jcplaboratory.org">
<img alt="Logo" class="brand" src="https://jcplaboratory.github.io/http_error-pages-nginx/img/nav-banner_ra_large.png">
</a>
</div>
</div>
</nav>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<article class="col-md-12 text-center main-content">
<div class="image">
<img src="https://jcplaboratory.github.io/http_error-pages-nginx/img/server.svg" alt="Image">
</div>
<div class="content">
<div class="main-text">
<p><strong>You're reached one of our Servers!</strong></p>
</div>
<div class="sub-text">
<p>You're not lost, are you?</p>
</div>
<div class="division">
<hr>
</div>
<div class="error-code">
<p>401</p>
</div>
<div class="action">
<p><img src="https://jcplaboratory.github.io/http_error-pages-nginx/img/ajax-loader.gif"> Redirecting in <span id="countdown"/></p>
</div>
</div>
</article>
<!--Footer-->
<div class="footer">
<p>© 2019 J.C.P Laboratory</p>
</div>
<!--/.Footer-->
</body>
</html>