Update index.html
This commit is contained in:
parent
3e6f8f7b19
commit
43e147891b
1 changed files with 12 additions and 0 deletions
12
index.html
12
index.html
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue