forked from openpreserve/scape-demo-sites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (31 loc) · 1.51 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
38
39
40
41
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Demo Web Site - QA Tools</title>
<link rel="stylesheet" href="/StyleJS/css/style.css">
</head>
<body>
<div id="scape" class="sign-up">
<table width="100%">
<tr>
<td width="50%">
<img src="/images/logo.png"/>
</td>
<td width="50%">
<h1 class="sign-up-title">Demos for QA Tools</h1>
</td>
</tr>
</table>
<br/><br/><br/><br/>
<div class="buttonHolder">
<input type="button" class="type-button" style="background: #f0776c;" onclick="location.href='./pagelyzer/index.html'" value="Pagelyzer: Compares web pages"><br/><br/>
<input type="button" class="type-button" style="background: #62c2e4;" onclick="location.href='./matchbox/index.html'" value="Matchbox: Compares documents"><br/><br/>
<input type="button" class="type-button" style="background: #c4e17f;" onclick="location.href='./jpylyzer/index.html'" value="Jpylyzer: Validates JP2 images"><br/><br/>
<input type="button" class="type-button" style="background: #c49cde;" onclick="location.href='./xcorrsound/index.html'" value="Xcorr-sound: Compares audio files"><br/><br/>
<input type="button" class="type-button" style="background: #0EB013;" onclick="location.href='./flint/index.html'" value="FLint: Validates different Files/Formats">
</div>
</div>
<br/><br/><br/><br/>
</body>
</html>