From 43e147891bfb29270a59e25ebbd606735668215c Mon Sep 17 00:00:00 2001 From: z0x <z0x@noreply.localhost> Date: Sun, 3 Nov 2024 18:19:18 -0500 Subject: [PATCH] Update index.html --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 184b409..ee836c1 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,18 @@ <span class="text-base text-black">Uptime Kuma</span> </div> </a> + <a href="https://prometheus.home.arpa" target="_blank"> + <div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg"> + <img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/prometheus.svg"> + <span class="text-base text-black">Prometheus</span> + </div> + </a> + <a href="https://grafana.home.arpa" target="_blank"> + <div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg"> + <img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/grafana.svg"> + <span class="text-base text-black">Grafana</span> + </div> + </a> </div> </body> </html>