diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 6 | ||||
| -rw-r--r-- | uptime-stats.html | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='foozone'>foo.zone</h1><br /> <br /> -<span class='quote'>This site was generated at 2024-05-17T23:50:45+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-05-18T00:00:05+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <pre> |\---/| @@ -117,9 +117,9 @@ pre { span.inlinecode { font-family: code, monospace; background: #1e1e1e; - padding: 5px; + padding: 1px; border: 1px solid #00d4ff; - border-radius: 5px; - box-shadow: 0 0 5px #00d4ff; + border-radius: 3px; + box-shadow: 0 0 6px #00d4ff; color: #00d4ff; } diff --git a/uptime-stats.html b/uptime-stats.html index ecddc879..98327e08 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='Mymachineuptimestats'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2024-05-17T23:50:45+03:00</span><br /> +<span class='quote'>This site was last updated at 2024-05-18T00:00:05+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'>guprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> |
