From c53f7ce03e604febc953c1a551307d76cf53c66e Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Thu, 30 Apr 2026 10:42:31 +0700 Subject: [PATCH] index2 --- .cpanel.yml | 3 +-- index2.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 index2.html diff --git a/.cpanel.yml b/.cpanel.yml index 14133ae..02757e2 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -2,5 +2,4 @@ deployment: tasks: - export DEPLOYPATH=/home/javi/hello-world.ai1.ovh/ - - /bin/cp index.html $DEPLOYPATH - - echo "OK: despliegue completo en $DEPLOYPATH" \ No newline at end of file + - /bin/cp -a * $DEPLOYPATH \ No newline at end of file diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..ef51554 --- /dev/null +++ b/index2.html @@ -0,0 +1,10 @@ + + + + + Hola mundo + + +

Hola mundo 7

+ + \ No newline at end of file