-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
152 lines (79 loc) · 3.73 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
404 Page not found | Bash.ID - Watch and Learn
</title>
<meta name="title" content="404 Page not found | Bash.ID - Watch and Learn">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="generator" content="">
<base href="https://bashidorg.github.io/">
<meta name="description" content="Group for discussing scripting for bash, sh, zsh or any other shell in the GNU/Linux">
<meta name="author" content="bhrdn">
<meta property="og:title" content="404 Page not found | Bash.ID - Watch and Learn">
<meta property="og:type" content="website">
<meta property="og:url" content="https://bashidorg.github.io/">
<meta property="og:image" content="https://bashidorg.github.io//images/osprey.png">
<meta property="og:description" content="Group for discussing scripting for bash, sh, zsh or any other shell in the GNU/Linux">
<link rel="icon" type="image/png" sizes="16x16" href="https://bashidorg.github.io/images/favicon.ico">
<meta name="theme-color" content="#FFF">
<link rel="canonical" href="">
<link rel="stylesheet" href="https://bashidorg.github.io//styles/main-48cf108a.css" type="text/css">
<style>
header {
background: #2e3038;
} header h1 {
color: #00c253;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
</head>
<body>
<nav class="row middle-xs center-xs">
<div class="col-xs-6 col-sm-1 logo">
<a href="https://bashidorg.github.io/#"><img src="https://bashidorg.github.io/images/bashid-logo.png" alt="Bash.ID - Watch and Learn"></a>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://bashidorg.github.io/#articles">Articles</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://bashidorg.github.io/#kulgram">Kulgram</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://bashidorg.github.io/#about">About</a></h3>
</div>
<div class="col-xs-6 col-sm-1 nav-toggle">
<a href="" class="nav-icon" onclick="return false"><img src="https://bashidorg.github.io/images/icon-menu.png" alt="Open Menu"><img src="https://bashidorg.github.io/images/icon-x.png" alt="Close Menu" style="display: none;"></a>
</div>
</nav>
<section class="nav-full row middle-xs center-xs">
<div class="col-xs-12">
<div class="row middle-xs center-xs">
<div class="col-xs-12"><h1><a href="https://bashidorg.github.io/#articles">Articles</a></h1></div>
<div class="col-xs-12"><h1><a href="https://bashidorg.github.io/#kulgram">Kulgram</a></h1></div>
<div class="col-xs-12"><h1><a href="https://bashidorg.github.io/#about">About</a></h1></div>
</div>
</div>
</section>
<main>
<div class="row full center-xs middle-xs">
<div class="col-xs-12">
<h1>404!</h1>
<p>WHAT DID YOU DO?!</p>
</div>
</div>
</main>
<footer class="row middle-xs center-xs">
<div class="col-xs-12">
Copyright © 2018 Bash.ID - Watch and Learn.
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://bashidorg.github.io/scripts/main.min.js" type="text/javascript"></script>
</body>
</html>