From f4e978d4a94aeeb0e12b8f799c12aed2a28dc33b Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 24 Jul 2021 22:34:04 +0200
Subject: [PATCH] add uptime and response time badge

---
 public/index.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/public/index.html b/public/index.html
index 5ccc25d..f66f61a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -30,6 +30,10 @@
             <a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg no-corner"
                                                                                 data-noPreview="true"
                                                                                 src="https://www.abuseipdb.com/contributor/45130.svg"></a>
+            <a href="https://status.jonasled.de">
+                <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/uptime.json">
+                <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/response-time.json">
+            </a>
         </div>
         <br>
         <br>
-- 
GitLab