From baba5a83292d698f2313e69a9fda0918a0d6d49e Mon Sep 17 00:00:00 2001 From: Edgar Arcos Date: Fri, 23 Dec 2022 08:42:52 +0000 Subject: [PATCH] terminado --- index.php | 30 ++++++++++++++++++++++++++++++ private.php | 4 ++++ procesador.php | 13 +++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 index.php create mode 100644 private.php create mode 100644 procesador.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..4604a7c --- /dev/null +++ b/index.php @@ -0,0 +1,30 @@ + + + + + + + Document + + + +
+ + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/private.php b/private.php new file mode 100644 index 0000000..7d3c133 --- /dev/null +++ b/private.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/procesador.php b/procesador.php new file mode 100644 index 0000000..2b66d5c --- /dev/null +++ b/procesador.php @@ -0,0 +1,13 @@ + \ No newline at end of file