2026-07-14 10:10:01 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
2026-07-14 14:26:09 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2026-07-14 10:10:01 +02:00
|
|
|
<title>react-todolist</title>
|
2026-07-14 14:26:09 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
|
</body>
|
2026-07-14 10:10:01 +02:00
|
|
|
</html>
|