-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 832 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Tomancak Lab!</title>
</head>
<body>
<h1>Welcome to the Tomancak Lab!</h1>
Hello, and welcome! You reached the main web page of the <a href="http://www.mpi-cbg.de/research/research-groups/pavel-tomancak.html">Tomancak Lab</a>
<h1>Links</h1>
<ul>
<li><a href="https://tomancaklab.github.io/git-workshop/">The Git/GitHub workshop</a></li>
<li>A <a href="gfm-add-toc.user.js">GreaseMonkey script</a> to add a "TOC" button to the GitHub wiki editor (in Firefox, this requires the <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/">GreaseMonkey extension</a>).</li>
</ul>
</body>
<script type="text/javascript" src="./markdown.min.js"></script>
<script type="text/javascript" src="./gfm-add-toc.js"></script>
</html>