This commit is contained in:
2025-06-05 20:07:05 +02:00
commit f23f28c08b
17 changed files with 3423 additions and 0 deletions

11
lab07/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Preis Checker</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>