rename to datastar-ep-1 and cp datastar-ep-2

This commit is contained in:
2025-12-09 02:47:45 +01:00
parent 5a43abbdc7
commit a42bb627a0
14 changed files with 277 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lista de tareas</title>
<script
type="module"
src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"
></script>
</head>
<body>
<div data-on-load="@get('/todo')" id="todo-container">Cargando...</div>
</body>
</html>