-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·37 lines (28 loc) · 1.39 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
33
34
35
36
37
<head>
<title>BioImage Suite Web Test Data (1.0)</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="bootstrap_bright.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" style="background-color:#ffffff">
<a href="../webapp/index.html" target="_blank"><img src="./images/bisweb_newlogo.png" height="80px" alt="logo"
style="margin-left: 20px; margin-top:10 px"></a>
</nav>
<div style="margin-left:30px; margin-right:50px; position:relative;
margin-top:0px; top: 100px">
<H2>BioImage Suite Web: Test Data Page (V 1.0)</H2>
<HR>
<UL>
<LI>This webpage contains the regression test data for BioImage Suite
Web, v 1.0.</LI>
<LI>The list of tests can be found <a href="module_tests.json" target="_blank">in this JSON file</a>.</LI>
</UL>
<HR>
<p> You may obtain the source code for this application from
our <a href="https://github.com/bioimagesuiteweb/bisweb"
target="_blank">main github repository</a> and from <a href="https://github.com/bioimagesuiteweb/gplcppcode"
target="_blank">the
plugin repository</a>.</p>
</div>
</body>