verion ende

This commit is contained in:
Aminekan
2025-12-03 12:40:07 +01:00
parent 6f53e6009d
commit 02ce68aa30
3 changed files with 64 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
<html lang="de">
<head>
<meta charset="utf-8">
<title>Interaktive Produktliste (nur HTML)</title>
<title>Interaktive Produktliste</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Produktliste</h1>
@@ -108,5 +109,6 @@
</tbody>
</table>
</section>
<script src="script.js"></script>
</body>
</html>