Hinzufügen von Logos für Jede Seite und Labels/Titel als Image hinzugefügt

This commit is contained in:
2025-03-26 10:47:54 +01:00
parent 81562f48ab
commit 031fd65332
16 changed files with 26 additions and 9 deletions

View File

@@ -6,10 +6,11 @@
<title>Account Bearbeiten</title>
<link rel="stylesheet" href="../../style/generalStyle.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="../../assets/Logo.png">
</head>
<body>
<div class="container menu">
<h1 class="title">Account</h1>
<img class="logo" src="../../assets/Labels/Account.png" alt="Account Logo">
<h2>Ändere deine Benutzerdaten uns speichere sie ab!</h2>
<div class="buttonMenu container">
<form action="/api/account/update" method="post" class="container">