-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 1.4 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
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>lxi-tools</title>
<link rel="icon" href="io.github.lxi-tools.lxi-gui.png">
<meta http-equiv="Refresh" content="0; url='https://github.com/lxi-tools/lxi-tools'" />
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107718001-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-107718001-1');
</script>
<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">
Open source software tools for managing network attached LXI compatible
test instruments such as modern oscilloscopes, power supplies, spectrum
analyzers etc.
</p>
<p style="font-family:Arial;color:gray">Visit <a href="https://github.com/lxi-tools/lxi-tools">Github</a> for more details</p>
</body>
</html>