Update index.html
This commit is contained in:
parent
1f6530c2d4
commit
b51b0a053e
1 changed files with 11 additions and 5 deletions
16
index.html
16
index.html
|
@ -50,13 +50,13 @@
|
||||||
<span class="text-base text-black">Redlib</span>
|
<span class="text-base text-black">Redlib</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://10.0.0.1">
|
<a href="https://10.0.0.1" 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="./assets/img/zyxel.svg">
|
<img class="w-10 aspect-square" src="./assets/img/zyxel.svg">
|
||||||
<span class="text-base text-black">Zyxel</span>
|
<span class="text-base text-black">Zyxel</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://unifi.home.arpa">
|
<a href="https://unifi.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/unifi.svg">
|
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/unifi.svg">
|
||||||
<span class="text-base text-black">Unifi</span>
|
<span class="text-base text-black">Unifi</span>
|
||||||
|
@ -74,7 +74,13 @@
|
||||||
<span class="text-base text-black">VS Code</span>
|
<span class="text-base text-black">VS Code</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://awesome-technologies.github.io/synapse-admin">
|
<a href="https://excalidraw.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/excalidraw.svg">
|
||||||
|
<span class="text-base text-black">Excalidraw</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://awesome-technologies.github.io/synapse-admin" 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/matrix-synapse.svg">
|
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/matrix-synapse.svg">
|
||||||
<span class="text-base text-black">Synapse Admin</span>
|
<span class="text-base text-black">Synapse Admin</span>
|
||||||
|
@ -86,10 +92,10 @@
|
||||||
<span class="text-base text-black">Scrutiny</span>
|
<span class="text-base text-black">Scrutiny</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://login.tailscale.com" 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">Tailscale</span>
|
<span class="text-base text-black">Headscale</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue