first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user