Logo bekommt alternativ-Text

Dekorative Bilder müssen alt="" haben
This commit is contained in:
NOrtmann1
2026-04-22 17:43:34 +02:00
parent ba9a7f206b
commit 0f3cd6a9cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<main> <main>
<div style="width: 50%"> <div style="width: 50%">
<div style="width: 130px;"> <div style="width: 130px;">
<img src="../images/logo.png" width="120" height="72"> <img src="../images/logo.png" alt="" width="120" height="72">
</div> </div>
<h1 style="width: 60%; text-align: center">Bitte anmelden</h1><br> <h1 style="width: 60%; text-align: center">Bitte anmelden</h1><br>
+1 -1
View File
@@ -4,7 +4,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
<nav style="background:#808080; height: 60px;"> <nav style="background:#808080; height: 60px;">
<div style="float:left; text-align: center;"> <div style="float:left; text-align: center;">
<a href="../index.php"> <a href="../index.php">
<img src="../images/logo.png" style="height: 44px;"> <img src="../images/logo.png" alt="" style="height: 44px;">
</a> </a>
| |
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a> <a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>