Strukturierung des Verzeichnisses

Die Dateien wurden in Unterordner gebracht.
Es wurde ein logo.png erstellt und hinzugefügt.
Es wurde eine (unfertige) Navbar erstellt.
Es wurde die login-Form erstellt.
Es wurden Kommentare zu allen Dateien hinzugefügt.
This commit is contained in:
2026-04-20 14:05:22 +02:00
parent 5182d2ff90
commit 9a8a0e1316
10 changed files with 140 additions and 140 deletions
+23
View File
@@ -0,0 +1,23 @@
<!--
Globales Menü, wird via PHP später in alle Seiten eingebunden
-->
<div class="text-white navbar bg-dark" style="width: 100%; z-index: 1; position: fixed">
<div class="" style="width: 20%;">
<img src="../images/logo.png" style="height: 44px; ">
</div>
<a href = "index.php?pfad=profile" class="ft-si-15" style = "color: white; padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "index.php?pfad=gameServer" class=" ft-navbarRed ft-si-15" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Game-Server</b></a>
|
<a href = "http://192.168.2.199/ts3wi/" class="ft-navbarRed ft-si-15" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>TeamSpeak3-Server</b></a>
|
<a href = "index.php?pfad=404" class="ft-navbarRed ft-navbarRed ft-si-15" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>NextCloud-Server</b></a>
<div class="float-right">
<a href = "" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Login </a>
</div>
<div>
<a href = "" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Register </a>
</div>
</div>