diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 19:54:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 19:54:26 +0300 |
| commit | 7b72d70dfaac8d6c70a7b18be127de6484ffe0be (patch) | |
| tree | fc7a000c67616da257eaf82d2d42ab628281533f | |
| parent | 4ea62105122dd671b81522e15e1efa37e91c41e3 (diff) | |
Update content for html
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 23 | ||||
| -rw-r--r-- | uptime-stats.html | 16 |
3 files changed, 30 insertions, 11 deletions
@@ -13,7 +13,7 @@ </p> <h1 style='display: inline' id='hello'>Hello!</h1><br /> <br /> -<span class='quote'>This site was generated at 2026-04-26T19:52:18+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2026-04-26T19:53:43+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <span>Welcome to the foo.zone!</span><br /> <br /> @@ -28,15 +28,34 @@ body { color: #1e1e2e; line-height: 1.75; max-width: 1100px; - padding: 40px 52px; + padding: 0 52px 40px 52px; margin: 40px auto; border: 1px solid #c4cad8; - border-top: 5px solid #4f46e5; + border-top: none; border-radius: 20px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13); word-wrap: break-word; } +p.header { + background: #2e1065; + color: #e0e0e0; + font-family: code, monospace; + font-size: 0.9rem; + margin: 0; + padding: 0.7rem 52px; + border-radius: 20px 20px 0 0; +} + +p.header a { + color: #a5b4fc; + font-family: code, monospace; +} + +p.header a:hover { + color: #ffffff; +} + h1 { font-family: heading, serif; color: #2e1065; diff --git a/uptime-stats.html b/uptime-stats.html index 4f8da98c..d631efaa 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@ </p> <h1 style='display: inline' id='my-machine-uptime-stats'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2026-04-26T19:52:18+03:00</span><br /> +<span class='quote'>This site was last updated at 2026-04-26T19:53:42+03:00</span><br /> <br /> <span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>goprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> @@ -26,7 +26,7 @@ <br /> <a class='textlink' href='./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.html'>Unveiling <span class='inlinecode'>guprecords.raku</span>: Uptime records with Raku (and also there is a version in Go now)</a><br /> <br /> -<span class='quote'>Uptime stats were last updated Sun 26 Apr 19:52:18 EEST 2026</span><br /> +<span class='quote'>Uptime stats were last updated Sun 26 Apr 19:53:43 EEST 2026</span><br /> <br /> <h2 style='display: inline' id='top-20-uptime-s-by-host'>Top 20 Uptime's by Host</h2><br /> <br /> @@ -141,10 +141,10 @@ | 10. | makemake | 81 | Linux 6.9.9-200.fc40.x86_64 | | 11. | uranus | 59 | NetBSD 10.1 | | 12. | pluto | 51 | Linux 3.2.0-4-amd64 | -| 13. | *mega-m3-pro | 50 | Darwin 25.3.0 | +| 13. | *blowfish | 50 | OpenBSD 7.8 | | 14. | mega15289 | 50 | Darwin 23.4.0 | -| 15. | *blowfish | 50 | OpenBSD 7.8 | -| 16. | *fishfinger | 50 | OpenBSD 7.8 | +| 15. | *fishfinger | 50 | OpenBSD 7.8 | +| 16. | *mega-m3-pro | 50 | Darwin 25.3.0 | | 17. | t450 | 46 | FreeBSD 14.2-RELEASE | | 18. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf | | 19. | mega8477 | 40 | Darwin 13.4.0 | @@ -257,8 +257,8 @@ | 2. | *OpenBSD 7... | 553 | | 3. | FreeBSD 10... | 406 | | 4. | Linux 5... | 317 | -| 5. | *Linux 6... | 248 | -| 6. | *FreeBSD 14... | 248 | +| 5. | *FreeBSD 14... | 248 | +| 6. | *Linux 6... | 248 | | 7. | Linux 4... | 175 | | 8. | FreeBSD 11... | 159 | | 9. | Linux 2... | 121 | @@ -272,7 +272,7 @@ | 17. | Darwin 22... | 30 | | 18. | Darwin 15... | 29 | | 19. | FreeBSD 5... | 25 | -| 20. | FreeBSD 13... | 25 | +| 20. | *FreeBSD 15... | 25 | +-----+----------------+-------+ </pre> <br /> |
