-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
24 lines (20 loc) · 928 Bytes
/
index.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="doc/about/stylesheet_landingpage.css">
<link rel="shortcut icon" type="image/x-icon" href="doc/about/seqanlogo.svg">
<title>SeqAn Teaching</title>
</head>
<body><center>
<div class="container">
<a href="index.html"><img class="logo" alt="seqan_logo" src="doc/about/seqanlogo.svg"></a>
<h1 class="h3">SeqAn Teaching<br><br>
<div class="btn_group">
<a href="doc/biocpp/presentation/index.html"><button class="button">BioC++</button></a>
<a href="doc/um2021/presentation/index.html"><button class="button">CIBI UM 2021</button></a>
<a href="doc/read_mapper/presentation/index.html"><button class="button">Read Mapper</button></a>
</div>
<br><br><br><br><br><br><br>
<a href="https://www.fu-berlin.de/redaktion/impressum/index.html"><p style="color: grey; font-size: 10px;align: center;">IMPRESSUM</p></a><br>
</div>
</body>
</html>