This commit is contained in:
2025-06-05 20:08:46 +02:00
commit 2cad896943
18 changed files with 3472 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>