diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-17 19:50:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-17 19:50:58 +0300 |
| commit | 25198bcf0d02bf5fcce4cbcd6c66c35dcd906fb7 (patch) | |
| tree | 54a8468667be1594f135e56e8c0d791776caa9d1 | |
| parent | 3b261141a715d93f8e358df59a783fd1668a630f (diff) | |
Update content for html
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 13 | ||||
| -rw-r--r-- | uptime-stats.html | 2 |
3 files changed, 14 insertions, 3 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-09-17T05:45:05+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-09-17T19:50:25+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <span>Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. </span><br /> <br /> @@ -9,8 +9,19 @@ a { color: #0e0e0e; } -h1, h2, h3 { +h1 { font-family: serif; + color: #ff6600; +} + +h2 { + font-family: serif; + color: #ff751a; +} + +h3 { + font-family: serif; + color: #ff8533; } a:hover { diff --git a/uptime-stats.html b/uptime-stats.html index 3622b49e..368319c6 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <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 2024-09-17T05:45:05+03:00</span><br /> +<span class='quote'>This site was last updated at 2024-09-17T19:50:25+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 /> |
