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
@@ -4,7 +4,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
<nav style="background:#808080; height: 60px;">
<div style="float:left; text-align: center;">
<a href="../index.php">
<img src="../images/logo.png" style="height: 44px;">
<img src="../images/logo.png" alt="" style="height: 44px;">
</a>
|
<a href = "../content/informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>