This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
/
index_orig.html
42 lines (41 loc) · 1.83 KB
/
index_orig.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>OHBM 2020 posters Video Sessions</title>
<!-- <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png?v=1">-->
<!-- <link rel="shortcut icon" href="assets/images/favicon.ico?v=1">-->
<link rel="stylesheet" type="text/css" href="assets/css/jquery.dataTables-1.10.12.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<div>
<div style="float: left; width: 196px;">
<a href="http://www.datalad.org" alt="DataLad website">
<img src="assets/images/logo_wide.svg" width="196"
alt="(not really)DataLad OHBM 2020 posters Video Sessions">
</a>
</div>
<div style="float: right; min-width: 50%; max-width: 80%;" id="installation">
</div>
</div>
<div id="content">
<div id="README"></div>
</div>
<noscript>
<div style="border: 2px solid #E53B51; padding: 10px">
<span style="font-weight:bold">Javascript is not enabled!</span>
</div>
</noscript>
<script type="text/javascript" charset="utf-8" src="assets/js/jquery-3.5.1.js"></script>
<script type="text/javascript" charset="utf-8" src="assets/js/jquery.dataTables-1.10.21.js"></script>
<script type="text/javascript" charset="utf-8" src="assets/js/showdown-1.8.5-33-g0c6ce94.js"></script>
<script type="text/javascript" charset="utf-8" src="assets/js/reconnecting-websocket.min.js"></script>
<script type="text/javascript" charset="utf-8" src="assets/js/main.js"></script>
<script>
jQuery(document).ready(function() {
var table = directory(jQuery); // construct table based on files in directory and their metadata
});
</script>
</body>
</html>