-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
87 lines (66 loc) · 2.39 KB
/
404.html
File metadata and controls
87 lines (66 loc) · 2.39 KB
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
<!DOCTYPE html>
<html lang="en" class="js csstransforms3d">
<head>
<meta charset="utf-8"> <meta name="description" content="Documentation for GLASS Consortium Workflows">
<meta name="author" content="Samir B. Amin">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/manifest.json">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<title>404 Page not found</title>
<link href="/css/nucleus.css?1542740567" rel="stylesheet">
<link href="/css/font-awesome.min.css?1542740567" rel="stylesheet">
<link href="/css/hybrid.css?1542740567" rel="stylesheet">
<link href="/css/featherlight.min.css?1542740567" rel="stylesheet">
<link href="/css/perfect-scrollbar.min.css?1542740567" rel="stylesheet">
<link href="/css/horsey.css?1542740567" rel="stylesheet">
<link href="/css/theme.css?1542740567" rel="stylesheet">
<link href="/css/hugo-theme.css?1542740567" rel="stylesheet">
<style type="text/css">
:root #header + #content > #left > #rlblock_left {
display: none !important;
}
p,
li,
ul {
text-align: center
}
ul {
list-style-type: none;
}
</style>
<script src="/js/bigfoot.min.js" type="text/javascript"></script>
<script type="text/javascript">
var bigfoot = $.bigfoot(
{
deleteOnUnhover: false,
preventPageScroll: false,
hoverDelay: 250,
useFootnoteOnlyOnce: false
}
);
</script>
<link href="/css/bigfoot-number.css" rel="stylesheet">
<link href="/css/academicicons.css" rel="stylesheet">
<link href="/css/dockerfont.css" rel="stylesheet">
<link href="/css/user.css" rel="stylesheet">
</head>
<body>
<body class="" data-url="/">
<section id="body" style="margin-left:0px;">
<div id="overlay"></div>
<div id="chapter">
<div id="body-inner">
<h1>Error</h1>
<p>
</p>
<p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p>
<p></p>
<p><a href='/'>Go to homepage</a></p>
<p><img src='/images/gopher-404.jpg' style="width:50%"></img></p>
</div>
</div>
</section>
</body>
</html>