diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 8 | ||||
| -rw-r--r-- | uptime-stats.html | 2 |
3 files changed, 6 insertions, 6 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-03T00:06:22+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-04-03T23:48:11+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <pre> |\---/| @@ -1,20 +1,20 @@ @font-face { - font-family: 'text'; + font-family: 'text', monospace; src: url("./text.ttf") format("truetype"); } @font-face { - font-family: 'code'; + font-family: 'code', monospace; src: url("./code.ttf") format("truetype"); } @font-face { - font-family: 'handnotes'; + font-family: 'handnotes', monospace; src: url("./handnotes.ttf") format("truetype"); } @font-face { - font-family: 'typewriter'; + font-family: 'typewriter', monospace; src: url("./typewriter.ttf") format("truetype"); } diff --git a/uptime-stats.html b/uptime-stats.html index 8ab980ec..6f74a7d9 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-03T00:06:22+03:00</span><br /> +<span class='quote'>This site was last updated at 2024-04-03T23:48:11+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 /> |
