commit de0321ef2b30c8c282551a29a23180b967045d5d Author: aoncoz Date: Wed Jun 17 20:02:33 2026 -0500 primer commit con archivos diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..3b5434e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html +EXPOSE 80 +CMD ["nginx", "-g", "daemon off;"] diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..9dd31c3 --- /dev/null +++ b/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6bf0ea0 --- /dev/null +++ b/index.html @@ -0,0 +1,111 @@ + + + + + + En Construcción + + + + +
+
+ + + + + + + +
+

SITIO EN CONSTRUCCIÓN

+

Estamos diseñando algo nuevo. Volveremos pronto.

+
+ +