-
Notifications
You must be signed in to change notification settings - Fork 0
/
_template.html
60 lines (46 loc) · 1.69 KB
/
_template.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
<!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" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MBW2GTYZ3W" class="analytics"></script>
<script class="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MBW2GTYZ3W');
</script>
<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>