diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-03 23:50:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-03 23:50:34 +0300 |
| commit | db1470db2394c5bb02ff5f697952e13ebeb5716a (patch) | |
| tree | e2a20518a23ecf6c8d04842ae88f64bd62de94e9 | |
| parent | d6c80e01859ab730a5018cb599a6782412941e7c (diff) | |
Update content for html
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 14 | ||||
| -rw-r--r-- | uptime-stats.html | 2 |
3 files changed, 9 insertions, 9 deletions
@@ -10,7 +10,7 @@ <body> <h1 style='display: inline'>foo.zone</h1><br /> <br /> -<span class='quote'>This site was generated at 2024-04-03T23:48:11+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-04-03T23:50:16+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <pre> |\---/| @@ -1,25 +1,25 @@ @font-face { - font-family: 'text', monospace; + font-family: 'text'; src: url("./text.ttf") format("truetype"); } @font-face { - font-family: 'code', monospace; + font-family: 'code'; src: url("./code.ttf") format("truetype"); } @font-face { - font-family: 'handnotes', monospace; + font-family: 'handnotes'; src: url("./handnotes.ttf") format("truetype"); } @font-face { - font-family: 'typewriter', monospace; + font-family: 'typewriter'; src: url("./typewriter.ttf") format("truetype"); } body { - font-family: text; + font-family: text, monospace; max-width: 1024px; padding: 20px 20px; margin: 20px auto; @@ -87,7 +87,7 @@ img { } pre { - font-family: code; + font-family: code, monospace; padding: 0; overflow-x: auto; scrollbar-width: none; @@ -101,7 +101,7 @@ pre { } span.inlinecode { - font-family: code; + font-family: code, monospace; border: 1px solid #000000; padding: 1px; color: grey; diff --git a/uptime-stats.html b/uptime-stats.html index 6f74a7d9..a59cae1e 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2024-04-03T23:48:11+03:00</span><br /> +<span class='quote'>This site was last updated at 2024-04-03T23:50:16+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 /> |
