hrender-examples/datastar-ep-2/templates/pages/index.html

16 lines
430 B
HTML

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