-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
404.html
37 lines (35 loc) · 1.45 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
<!DOCTYPE HTML>
<html>
<head>
<title>International Neuroimaging Data-sharing Initiative</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://fcp-indi.github.io/assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="icon" href="https://fcp-indi.github.io/docs/latest/_static/favicon.ico">
<script src="https://fcp-indi.github.io/scripts/forwardToLatest.js"></script>
<style>
img {
max-width: 600px;
height: auto;
}
</style>
</head>
<body>
<section id="header">
<div class="inner">
<span><img src="https://fcp-indi.github.io/images/cpac_logo.svg" width="100%" height="100%" alt="Configurable Pipeline for the Analysis of Connectomes - Child Mind Institute C-PAC"/></span>
<p>Configurable Pipeline for the Analysis of Connectomes</p>
</div>
</section>
<section id="one" class="main style1 special">
<div class="container">
<header class="major">
<h2>404: not found</h2>
</header>
<p>If you followed a deprecated link, you should be redirected shortly. Otherwise, please visit <a href="https://fcp-indi.github.io/">our homepage</a> to find what you're looking for.
</div>
</section>
</html>