From 975f7ee1c3a4372896bc05e325c4d892645c74ed Mon Sep 17 00:00:00 2001 From: Francisco P Date: Tue, 27 Apr 2021 19:39:51 -0300 Subject: [PATCH] Hecho toda las bases en HTML y PHP --- backEnd.php | 5 +++++ index.html | 10 +++++----- index.php | 8 -------- 3 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 backEnd.php delete mode 100644 index.php diff --git a/backEnd.php b/backEnd.php new file mode 100644 index 0000000..d6ede6f --- /dev/null +++ b/backEnd.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 41090c0..b23d84c 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@ Formulario -
- - - - + + + + +
\ No newline at end of file diff --git a/index.php b/index.php deleted file mode 100644 index dcdb979..0000000 --- a/index.php +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file