fetch_PLZ

This commit is contained in:
2025-06-23 17:47:16 +02:00
commit e949c35e3e
17 changed files with 3390 additions and 0 deletions

11
lab07/index.html Normal file
View File

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