forked from openwisp/OpenWISP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (69 loc) · 2.8 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">
<link rel="icon" type="image/png" href="images\favicon.png" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/semantic.min.css" type="text/css">
<title>Page Not Found (404)</title>
</head>
<body>
<div class="pusher">
<div class="ui grid" id="top-bar">
<div class="ui computer only column sixteen wide">
<div class="ui container">
<h1 class="item logo">
<a href="./">OpenWISP</a>
</h1>
</div>
</div>
<div class="ui mobile tablet only sixteen wide column">
<h1 class="item logo">
<a href="./">OpenWISP</a>
</h1>
</div>
</div>
<div class="ui grid" id="main">
<article class="ui container center aligned">
<h1>Page Not Found (404)</h1>
<p><big>The page you're looking for can't be found.</big></p>
</article>
</div>
<div class="ui black inverted segment padding-vertical" id="footer">
<div class="ui container stackable two column grid">
<div class="column logo white">
<a href="./">OpenWISP</a>
</div>
<div class="column social">
<a href="https://twitter.com/openwisp" class="ui twitter button">
<i class="twitter icon"></i>
Twitter
</a>
<a href="https://facebook.com/openwisp" class="ui facebook button">
<i class="facebook icon"></i>
Facebook
</a>
<a href="https://www.linkedin.com/company/openwisp" class="ui linkedin button">
<i class="linkedin icon"></i>
Linked In
</a>
<a href="https://github.com/openwisp" class="ui black button">
<i class="github icon"></i> Github
</a>
</div>
<p>© 2008-
<script>document.write(new Date().getFullYear())</script> OpenWISP and individual
contributors.
</p>
</div>
</div>
</div>
<script src="js/jquery-3.7.1.min.js"></script>
<script src="js/semantic.min.js"></script>
<script defer src="js/iconify.min.js"></script>
<script defer src="js/showdown.min.js"></script>
<script src="js/scripts.js"></script>
<script defer src="js/feed.js"></script>
</body>
</html>