diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fa719874..08f04683 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.26 -g && learnpack plugins:install learnpack-html@0.0.20" + "onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.35 -g && learnpack plugins:install learnpack-html@0.0.20" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", diff --git a/.learn/assets/build.png b/.learn/assets/build.png index 73f9df1a..9f494b2b 100644 Binary files a/.learn/assets/build.png and b/.learn/assets/build.png differ diff --git a/.learn/resets/03-hello-without-head/README.es.md b/.learn/resets/03-hello-without-head/README.es.md new file mode 100644 index 00000000..f99acfd8 --- /dev/null +++ b/.learn/resets/03-hello-without-head/README.es.md @@ -0,0 +1,30 @@ +--- +tutorial: "https://www.youtube.com/watch?v=oFswWx9ba14" +--- + +# `03` Hello without Head + +En el último ejercicio tuviste que agregar toda la estructura básica HTML de un sitio web. + +Haz lo mismo en este ejercicio, pero no incluyas la etiqueta `
`. + +## 📝 Instrucciones: + +1. Agrega al `` un título `