diff options
author | mms <michal@sapka.me> | 2023-11-10 18:20:14 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-10 18:20:14 +0100 |
commit | 279290ec23920a57570e60e5a629ec20b14774c4 (patch) | |
tree | 6853770b539d01b5d4c0fc23b2024495b2073cfd /layouts/shortcodes | |
parent | 7b5e0a8f5e01b4fa62a48cd3f4746a3f828e905d (diff) |
feat: httpd stats
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/httpd_stat.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/shortcodes/httpd_stat.html b/layouts/shortcodes/httpd_stat.html new file mode 100644 index 0000000..7350f38 --- /dev/null +++ b/layouts/shortcodes/httpd_stat.html @@ -0,0 +1,8 @@ +<figure> + <a href="https://michal.sapka.me/site-stats/httpd-responses.png" alt="Httpd responses" target="_blank"> + <img src="https://michal.sapka.me/site-stats/httpd-responses.png"> + </a> + <figcaption>Httpd responses</figcaption> +</figure> + + |