-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
69 lines (58 loc) · 2.1 KB
/
404.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
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>404 Page not found</title>
<meta name="keywords" content="[]">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="stylesheet" type="text/css" href="/bootstrap-4.1.1/css/bootstrap.min.css">
</head>
<body>
<main>
<header>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<a href="/" class="navbar-brand">JANUSEC</a>
<ul class="navbar-nav">
<li class="nav-item">
<a class=" nav-link" href="/dl/">
Download
</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="https://github.com/Janusec/janusec">
Github
</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="/documentation/quick-start/">
Documentation
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
Language
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="/">English</a>
<a class="dropdown-item" href="/cn/">中文</a>
</div>
</li>
</ul>
</nav>
</header>
<div class="container">
<h2>404</h2>
<p>Not Found.</p>
</div>
<div class="container-fluid rowblock">
©<a href="https://www.janusec.com/">JANUSEC</a> All Rights Reserved.
Contact: support<b>#</b>janusec<b>.</b>com
QQ Group: 776900157
</div>
</main>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/bootstrap-4.1.1/js/bootstrap.min.js"></script>
</body>
</html>