profile-site + first article

Profilseite mit Inhalt

Artikel "Pythagoras" mit Inhalt
This commit is contained in:
2026-04-20 22:19:26 +02:00
parent 39c0488592
commit e4b03fff7a
15 changed files with 298 additions and 90 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
include_once 'includes/search.php';
?>
|
<a href = "index.php?pfad=auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
<a href = "index.php?pfad=auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
</nav>