Update index.html

This commit is contained in:
z0x 2024-11-03 18:19:18 -05:00
parent 3e6f8f7b19
commit 43e147891b

View file

@ -104,6 +104,18 @@
<span class="text-base text-black">Uptime Kuma</span> <span class="text-base text-black">Uptime Kuma</span>
</div> </div>
</a> </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> </div>
</body> </body>
</html> </html>