summaryrefslogtreecommitdiff
path: root/fixtures/Kernel.Score.HTML.expected
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-27 11:17:03 +0300
committerPaul Buetow <paul@buetow.org>2026-06-27 11:17:03 +0300
commit8c540b6bdc745ee0c0eab7cb6075d5289ec45873 (patch)
treecb91620b13ed7aab48f58643ce5ea7fd293b6f50 /fixtures/Kernel.Score.HTML.expected
parent161549ef9832b55983ae8ec3851f0c8f7536b72a (diff)
Restyle HTML output to stats.foo.zone style; bump to 0.5.30.5.3
Diffstat (limited to 'fixtures/Kernel.Score.HTML.expected')
-rw-r--r--fixtures/Kernel.Score.HTML.expected31
1 files changed, 8 insertions, 23 deletions
diff --git a/fixtures/Kernel.Score.HTML.expected b/fixtures/Kernel.Score.HTML.expected
index fcf8e3c..01d0888 100644
--- a/fixtures/Kernel.Score.HTML.expected
+++ b/fixtures/Kernel.Score.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 Score&#39;s by Kernel</title>
-</head>
-<body>
-<h1 style="display: inline">Top 3 Score&#39;s by Kernel</h1><br />
-<br />
-<span class="quote">Score is calculated by combining all other metrics.</span><br />
-<br />
-<pre>+-----+------------------------------------+-------+
-| Pos | Kernel | Score |
-+-----+------------------------------------+-------+
-| 1. | Linux 3.2.0-4-amd64 | 241 |
-| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 123 |
-| 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 96 |
-+-----+------------------------------------+-------+
-</pre>
-</body>
-</html>
+<h1>Top 3 Score&#39;s by Kernel</h1>
+<p>Score is calculated by combining all other metrics.</p>
+<table>
+<tr><th>Pos</th><th>Kernel</th><th>Score</th></tr>
+<tr><td>1.</td><td> Linux 3.2.0-4-amd64</td><td>241</td></tr>
+<tr><td>2.</td><td> Linux 3.10.0-1160.15.2.el7.x86_64</td><td>123</td></tr>
+<tr><td>3.</td><td> Linux 3.10.0-957.21.3.el7.x86_64</td><td>96</td></tr>
+</table>