diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-27 11:17:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-27 11:17:03 +0300 |
| commit | 8c540b6bdc745ee0c0eab7cb6075d5289ec45873 (patch) | |
| tree | cb91620b13ed7aab48f58643ce5ea7fd293b6f50 /fixtures/KernelMajor.Uptime.HTML.expected | |
| parent | 161549ef9832b55983ae8ec3851f0c8f7536b72a (diff) | |
Restyle HTML output to stats.foo.zone style; bump to 0.5.30.5.3
Diffstat (limited to 'fixtures/KernelMajor.Uptime.HTML.expected')
| -rw-r--r-- | fixtures/KernelMajor.Uptime.HTML.expected | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/fixtures/KernelMajor.Uptime.HTML.expected b/fixtures/KernelMajor.Uptime.HTML.expected index dd08ee3..848e2ff 100644 --- a/fixtures/KernelMajor.Uptime.HTML.expected +++ b/fixtures/KernelMajor.Uptime.HTML.expected @@ -1,23 +1,8 @@ -<!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 Uptime's by KernelMajor</title> -</head> -<body> -<h1 style="display: inline">Top 3 Uptime's by KernelMajor</h1><br /> -<br /> -<span class="quote">Uptime is the total uptime of a host over the entire lifespan.</span><br /> -<br /> -<pre>+-----+----------------+-----------------------------+ -| Pos | KernelMajor | Uptime | -+-----+----------------+-----------------------------+ -| 1. | Linux 3... | 11 years, 2 months, 11 days | -| 2. | FreeBSD 10... | 5 years, 9 months, 9 days | -| 3. | Linux 5... | 3 years, 12 months, 2 days | -+-----+----------------+-----------------------------+ -</pre> -</body> -</html> +<h1>Top 3 Uptime's by KernelMajor</h1> +<p>Uptime is the total uptime of a host over the entire lifespan.</p> +<table> +<tr><th>Pos</th><th>KernelMajor</th><th>Uptime</th></tr> +<tr><td>1.</td><td> Linux 3...</td><td>11 years, 2 months, 11 days</td></tr> +<tr><td>2.</td><td> FreeBSD 10...</td><td>5 years, 9 months, 9 days</td></tr> +<tr><td>3.</td><td> Linux 5...</td><td>3 years, 12 months, 2 days</td></tr> +</table> |
