-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpathology.html
More file actions
41 lines (38 loc) · 1.1 KB
/
pathology.html
File metadata and controls
41 lines (38 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="page">
<main>
<nav class="nav">
<a href="index.html">Home</a>
<a href="https://github.com/fastplotlib/fastplotlib" target="_blank"
>GitHub</a
>
<a href="https://www.fastplotlib.org/ver/dev/" target="_blank"
>Documentation</a
>
<a href="index.html">Paper</a>
<a href="people.html">People</a>
<a href="sponsors.html">Sponsors</a>
</nav>
</main>
<footer class="footer">
<p>
© <span id="year"></span> Caitlin Lewis and Kushal Kolar. All
rights reserved. Cite design inspired by
<a
href="https://research.janelia.org/zebrafish/index.html"
target="_blank"
>Janelia</a
>.
</p>
<img src="images/logo_face.png" alt="Footer logo" class="footer-logo" />
</footer>
</div>
<script src="script.js"></script>
</body>
</html>