Skip to content

Commit 1a7e1ca

Browse files
changed order to alphabetical
1 parent 9eb061d commit 1a7e1ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<a class="title" href="index.html">Maxiiis Utilities</a>
1313
</nav>
1414
<div class="index-container">
15+
<a href="BMI.html">🏋️‍♀️ BMI Calculator</a>
16+
<a href="MacAdressConv.html">📫 MAC-Adress Converter</a>
1517
<a href="PetrolCalc.html">⛽ Petrol Calculator</a>
1618
<a href="PowerConv.html">🚗 PS-KW Converter</a>
17-
<a href="TimeCalc.html">🕛 Time Calculator</a>
18-
<a href="MacAdressConv.html">📫 MAC-Adress Converter</a>
19-
<a href="BMI.html">🏋️‍♀️ BMI Calculator</a>
20-
<a href="RandomTeams.html">🎲 Team Randomizer</a>
2119
<a href="RandomGame.html">🎮 Random Number Game</a>
2220
<a href="RandomGameScores.html">📊 Random Number Game Scoreboard</a>
21+
<a href="RandomTeams.html">🎲 Team Randomizer</a>
22+
<a href="TimeCalc.html">🕛 Time Calculator</a>
2323
</div>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)