diff --git a/.learn/resets/03-hello-without-head/README.es.md b/.learn/resets/03-hello-without-head/README.es.md deleted file mode 100644 index f99acfd8..00000000 --- a/.learn/resets/03-hello-without-head/README.es.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -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 `

` con tu nombre. - -## 💻 Resultado esperado: - -![Link url](../../.learn/assets/03-hello-without-head.png?raw=true) - -## 💡 Pista: - -+ La estructura debería de verse algo así: - -```md - - - -

- - -``` diff --git a/.learn/resets/03-hello-without-head/README.md b/.learn/resets/03-hello-without-head/README.md deleted file mode 100644 index 6e8e8927..00000000 --- a/.learn/resets/03-hello-without-head/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# `03` Hello without Head - -In the last exercise you had to add all the HTML basic structure of a website. - -Do the same for this exercise, but don't include the `` tag. - -## 📝 Instructions: - -1. Add into the `` an `

` heading with your name on it. - -## 💻 Expected result: - -![Link url](../../.learn/assets/03-hello-without-head.png?raw=true) - -## 💡 Hint: - -+ The structure should look something like this: - -```md - - - -

- - -``` diff --git a/exercises/01-hello-world/index.html b/exercises/01-hello-world/index.html index 0669e43b..4d9cedb9 100644 --- a/exercises/01-hello-world/index.html +++ b/exercises/01-hello-world/index.html @@ -1,2 +1,2 @@ -

Hello! I am a P tag, normally used for paragraphs

\ No newline at end of file +

Hello! I am a P tag, normally used for paragraphs

diff --git a/exercises/01-hello-world/solution.hide.html b/exercises/01-hello-world/solution.hide.html index db31dd8f..122f5a20 100644 --- a/exercises/01-hello-world/solution.hide.html +++ b/exercises/01-hello-world/solution.hide.html @@ -1,3 +1,3 @@ Hello, I am a text -Hello, I am also a text but in bold \ No newline at end of file +Hello, I am also a text but in bold