Update index.html
This commit is contained in:
parent
4007a1ba7b
commit
3e6f8f7b19
1 changed files with 19 additions and 1 deletions
20
index.html
20
index.html
|
@ -80,12 +80,30 @@
|
||||||
<span class="text-base text-black">Scrutiny</span>
|
<span class="text-base text-black">Scrutiny</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://headscale.home.arpa target="_blank">
|
<a href="https://headscale.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">
|
<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/tailscale.svg">
|
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/tailscale.svg">
|
||||||
<span class="text-base text-black">Headscale</span>
|
<span class="text-base text-black">Headscale</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://dozzle.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/dozzle.svg">
|
||||||
|
<span class="text-base text-black">Dozzle</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://it-tools.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/it-tools.svg">
|
||||||
|
<span class="text-base text-black">It Tools</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://uptime-kuma.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/uptime-kuma.svg">
|
||||||
|
<span class="text-base text-black">Uptime Kuma</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue