update nav bar

This commit is contained in:
2025-09-23 20:06:54 +02:00
parent bb7fa35496
commit 8962cfadd9
4 changed files with 6 additions and 4 deletions

View File

@@ -116,10 +116,11 @@
<h1>uTools Network Suite</h1> <!-- Titel angepasst -->
<nav>
<ul>
<li><a href="index.html">IP Info & Tools</a></li> <!-- Angepasst -->
<li><a href="index.html">IP Info & Tools</a></li>
<li><a href="subnet-calculator.html">Subnetz Rechner</a></li>
<li><a href="dns-lookup.html">DNS Lookup</a></li> <!-- Neu -->
<li><a href="whois-lookup.html">WHOIS Lookup</a></li> <!-- Neu -->
<li><a href="dns-lookup.html">DNS Lookup</a></li>
<li><a href="whois-lookup.html">WHOIS Lookup</a></li>
<li><a href="mac-lookup.html">MAC Lookup</a></li>
</ul>
</nav>
</header>