first commit

This commit is contained in:
Eidan T.
2026-05-09 14:00:04 -04:00
commit e0ec11977c
42 changed files with 4596 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head><title>DataTransfer UI</title></head>
<body>
<h1>Actualizar Datos</h1>
<form method="POST">
Proyecto: <select name="project"><option>Feduro</option><option>Comberton</option></select><br>
Tarea: <select name="task"><option>negociadas</option><option>promociones</option></select><br>
Fecha inicio: <input type="date" name="start_date"><br>
Fecha fin: <input type="date" name="end_date"><br>
<button type="submit">Actualizar</button>
</form>
</body>
</html>