-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_template.html
More file actions
53 lines (39 loc) · 1.51 KB
/
_template.html
File metadata and controls
53 lines (39 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<title>TractoR ~ <!--TITLE--></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta name="author" content="Jon Clayden" />
<meta name="keywords" content="TractoR,MRI,imaging,tractography,graph,software,open-source" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Roboto|Source+Code+Pro" rel="stylesheet" />
<link href="assets/prism.css" rel="stylesheet" />
<link href="assets/style.css" rel="stylesheet" />
<script defer src="https://cloud.umami.is/script.js" data-website-id="b442088b-df2c-44a2-b554-f000e93f067f" class="analytics"></script>
</head>
<body>
<header>
<div id="banner">
<a href="home.html"><img id="logo" src="assets/logo.svg" alt="TractoR logo" /></a>
</div>
</header>
<div id="navbar">
<nav>
<div id="links">
<span><a href="home.html">Home</a></span>
<span><a href="home.html#site-contents">Contents</a></span>
<span><a href="install.html">Installation</a></span>
<span><a href="changelog.html">Changelog</a></span>
<span><a href="references.html">References</a></span>
<span><a href="https://twitter.com/tracto_r">Twitter</a></span>
<span><a rel="me" href="https://fosstodon.org/@tractor">Mastodon</a></span>
</div>
</nav>
</div>
<div id="main" class="language-bash">
<!--CONTENT-->
</div>
<script async src="assets/prism.js"></script>
</body>
</html>