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">

View File

@@ -7,11 +7,12 @@
<title>Dashboard</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">Dashboard</h1>
<img class="logo" src="../assets/Labels/Dashboard.png" alt="Dashboard Logo">
<div class="container buttonMenu">
<h2 id="data" class="message"></h2>

View File

@@ -7,11 +7,12 @@
<title>Lobby</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">Lobby</h1>
<img class="logo" src="../../assets/Labels/Lobby.png" alt="Lobby Logo">
<main class="container buttonMenu">
<h2 class="error" id="errorMsg"></h2>
<div class="container navButtons" id="mainDiv">