-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.02 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
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>test gear</title>
<!-- <link rel="icon" href="io.github.lxi-tools.lxi-gui.png"> -->
<meta http-equiv="Refresh" content="0; url='https://github.com/testgear'" />
<style>
a:link {
color: darkgray;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: darkgray;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: darkgray;
background-color: transparent;
text-decoration: none;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body style="background-color:#202124">
<!-- <img src="io.github.lxi-tools.lxi-gui.png"> -->
<p style="font-family:Arial;color:gray">
Test Gear is a modern lightweight hardware test automation framework which
can be used for production line testing and prototype testing. </p>
<p style="font-family:Arial;color:gray">Visit <a href="https://github.com/testgear">Github</a> for more details</p>
</body>
</html>