-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
132 lines (84 loc) · 2.95 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
<!DOCTYPE HTML>
<html>
<head>
<title>404 Page not found · GetAntibody</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-language" content="en-us" />
<meta name="generator" content="Hugo 0.76.0" />
<link rel="stylesheet" href="https://getantibody.github.io/css/index.css">
<link rel="apple-touch-icon" href="https://getantibody.github.io/apple-touch-icon.png">
<link rel="shortcut icon" href="https://getantibody.github.io/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="Wrapper">
<div class="Container">
<div class="Header">
<a href="https://getantibody.github.io/">
<div class="Title center">
<img alt="GetAntibody Logo" src="https://avatars2.githubusercontent.com/u/16625397?v=3&s=140" height="140" />
<span class="text">GetAntibody</span>
<span class="subtext"></span>
</div>
</a>
</div>
<div class="Content-wrapper">
<div class="Sidebar">
<div class="Menu">
<div class="item">
<a href="https://getantibody.github.io/">Home</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/intro/">Introduction</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/fast/">How much faster?</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/even-faster/">Make it even faster</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/compat/">Compatibility</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/install/">Install</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/usage/">Usage</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/options/">Options</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/update/">Outro</a>
</div>
<div class="item">
<a href="https://getantibody.github.io/links/">Links</a>
</div>
</div>
</div>
<div class="Content">
<div class="Page" id="">
<h1>Page not found!</h1>
<p>Sorry, the requested page wasn’t found on the server.</p>
</div>
<div class="Footer">
<p>Made with ❤️ by GetAntibody contributors.</p>
</div>
<script src="https://getantibody.github.io/js/index.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68164063-1', 'auto');
ga('send', 'pageview');
}
</script>
</div>
</div>
</div>
</body>
</html>