Hinzufügen von Logos für Jede Seite und Labels/Titel als Image hinzugefügt
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user