From 125a28557b42cfadc5a8c237a9b8d1ea0260a206 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 30 Oct 2025 00:19:20 +0500 Subject: feat: server status link --- links.json | 5 +++++ static/img/status.png | Bin 0 -> 530 bytes 2 files changed, 5 insertions(+) create mode 100755 static/img/status.png diff --git a/links.json b/links.json index 033c4e6..9f585c5 100644 --- a/links.json +++ b/links.json @@ -18,5 +18,10 @@ "title": "git", "icon": "git", "url": "https://git.ilt.su" + }, + { + "title": "server status", + "icon": "status", + "url": "https://status.ilt.su" } ] \ No newline at end of file diff --git a/static/img/status.png b/static/img/status.png new file mode 100755 index 0000000..720a237 Binary files /dev/null and b/static/img/status.png differ -- cgit v1.2.3