2026-05-14 12:40:21 +02:00

23 lines
659 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ToDo-App React Beispiel</title>
<script type="module" crossorigin src="/assets/index-BLMhEhhy.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DhKmTnbd.css">
</head>
<body>
<!--
Einstiegspunkt der React-App.
React rendert die gesamte Benutzeroberfläche in dieses <div>.
-->
<div id="root"></div>
<!--
Das Vite Build-Tool verarbeitet dieses Skript-Tag.
main.jsx ist der JavaScript-Einstiegspunkt.
-->
</body>
</html>