This commit is contained in:
2025-06-05 20:40:28 +02:00
commit c4532101b3
28 changed files with 3617 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>