-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.41 KB
/
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
25
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>PathVisio plugin repository</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<style>
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: #DDDDFF;
}
.file-link {
text-decoration: none;
}
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
<div class="container">
<h2>PathVisio plugin repository</h2>
<div class="alert alert-primary" role="alert">
<span title="pro-tip" >
<i class="fa fa-circle-info"></i>
</span>
<i>Pro-tip:</i> This site hosts the PathVisio plugins for additional features of the software toolbox.
</div> <table class="table table-striped table-bordered table-hover"><thead class="table-dark"><tr><th>Folder Name</th><th>Last Modified</th></tr></thead>
<tr><td><a class="file-link" href="plugins">plugins</a></td><td>22 Jan 2025 10:25 AM</td></tr>
<tr><td><a class="file-link" href="libs">libs</a></td><td>22 Jan 2025 10:25 AM</td></tr>
</table> </div>
</body>
</html>