mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-19 14:13:44 +02:00
update nav bar
This commit is contained in:
@@ -53,6 +53,7 @@
|
|||||||
<li><a href="subnet-calculator.html">Subnetz Rechner</a></li>
|
<li><a href="subnet-calculator.html">Subnetz Rechner</a></li>
|
||||||
<li><a href="dns-lookup.html">DNS Lookup</a></li>
|
<li><a href="dns-lookup.html">DNS Lookup</a></li>
|
||||||
<li><a href="whois-lookup.html">WHOIS Lookup</a></li>
|
<li><a href="whois-lookup.html">WHOIS Lookup</a></li>
|
||||||
|
<li><a href="mac-lookup.html">MAC Lookup</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// frontend/app/mac-lookup.html
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -116,10 +116,11 @@
|
|||||||
<h1>uTools Network Suite</h1> <!-- Titel angepasst -->
|
<h1>uTools Network Suite</h1> <!-- Titel angepasst -->
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<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="subnet-calculator.html">Subnetz Rechner</a></li>
|
||||||
<li><a href="dns-lookup.html">DNS Lookup</a></li> <!-- Neu -->
|
<li><a href="dns-lookup.html">DNS Lookup</a></li>
|
||||||
<li><a href="whois-lookup.html">WHOIS Lookup</a></li> <!-- Neu -->
|
<li><a href="whois-lookup.html">WHOIS Lookup</a></li>
|
||||||
|
<li><a href="mac-lookup.html">MAC Lookup</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
<li><a href="subnet-calculator.html">Subnetz Rechner</a></li>
|
<li><a href="subnet-calculator.html">Subnetz Rechner</a></li>
|
||||||
<li><a href="dns-lookup.html">DNS Lookup</a></li>
|
<li><a href="dns-lookup.html">DNS Lookup</a></li>
|
||||||
<li><a href="whois-lookup.html">WHOIS Lookup</a></li>
|
<li><a href="whois-lookup.html">WHOIS Lookup</a></li>
|
||||||
|
<li><a href="mac-lookup.html">MAC Lookup</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user