-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html~
More file actions
31 lines (27 loc) · 1.12 KB
/
index.html~
File metadata and controls
31 lines (27 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="Distribution" content="Global" />
<meta name="Author" content="Jean-Christophe Taveau" />
<meta name="Robots" content="index,follow" />
<title>CrazyBioComputing</title>
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
</head>
<body>
<h1 style="font-family: 'Rock Salt', cursive;"> CrazyBioComputing</h1>
<div id="nav">
<ul>
<li style="font-family: 'Rock Salt', cursive;">Home</li>
<li style="font-family: 'Rock Salt', cursive;"><a href="bioinfo.html">Bioinformatics</a></li>
<li style="font-family: 'Rock Salt', cursive;">GIS</a></li>
<li style="font-family: 'Rock Salt', cursive;">Image Processing</a></li>
<!-- <li style="font-family: 'Rock Salt', cursive;"><a href="../crazydocs.html">Docs</a></li> -->
<li style="font-family: 'Rock Salt', cursive;">Blog</a></li>
<li style="font-family: 'Rock Salt', cursive;">Quizz</a></li>
<li style="font-family: 'Rock Salt', cursive;">Links</a></li>
<li style="font-family: 'Rock Salt', cursive;">ImageJ</a></li>
</ul>
</div>
</body>
</html>