blob: 55e626a88e66c71837c1ba8f0bf05d2164b0032d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/gif" href="https://foo.zone/favicon.ico" />
<link rel="stylesheet" href="https://foo.zone/style.css" />
<title>Top 3 Boots's by KernelMajor</title>
</head>
<body>
<h1 style="display: inline">Top 3 Boots's by KernelMajor</h1><br />
<br />
<span class="quote">Boots is the total number of host boots over the entire lifespan.</span><br />
<br />
<pre>+-----+----------------+-------+
| Pos | KernelMajor | Boots |
+-----+----------------+-------+
| 1. | FreeBSD 10... | 551 |
| 2. | Linux 3... | 410 |
| 3. | Linux 5... | 249 |
+-----+----------------+-------+
</pre>
</body>
</html>
|