Files
last_Dance/ubung4_zahlen_PC/lab07/index.html
2025-06-23 15:01:20 +02:00

12 lines
223 B
HTML

<!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>