blob: a27b0763bfb81d9bfdde73f6fdacc62520b7d974 (
plain)
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
|
<style>
.hoverWrapper0:hover #hoverShow0 {
display: block;
border-style: solid;
border-color: fuchsia;
}
.hoverWrapper0 #hoverShow0 {
display: none;
background-color: #222222;
text-align: left;
position: absolute;
width: 33%;
border-style: solid;
border-color: fuchsia;
}
.hoverWrapper1:hover #hoverShow1 {
display: block;
border-style: solid;
border-color: fuchsia;
}
.hoverWrapper1 #hoverShow1 {
display: none;
background-color: #222222;
text-align: left;
position: absolute;
width: 33%;
border-style: solid;
border-color: fuchsia;
}
.TTitem {
border: 1px solid fuchsia;
}
</style>
</head>
<body bgcolor="black" text="white" alink="red" link="aqua" vlink="fuchsia">
<h1>Welcome to the apt-panopticon results page.</h1>
<p>Here the apt-panopticon system probes into every nook and cranny of the Devuan apt package mirror system, trying to live up to it's name.</p>
<p>This is the status of the mirror servers in the Devuan package mirror network.</p>
|