This commit is contained in:
Philippe Torrel
2026-08-06 10:45:04 +02:00
parent fae4f8f7ce
commit 2814319650
18 changed files with 730 additions and 47 deletions

View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Icon Komponente in React</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" />
<script src="dist/bundle.js" defer></script>
</head>
<body>
<main>
<div class="container py-5">
<div id="root"></div>
</div>
</main>
</body>
</html>