Skip to content

Commit 02d6023

Browse files
authored
Update README.es.md
1 parent 1cc0394 commit 02d6023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
El boilerplate más básico para cualquier estudiante de 4Geeks Academy, empieza tu primer sitio web desde cero.
44

5-
[![How to open html/css preview of my project in gitpod](https://github.com/4GeeksAcademy/Templates-Boilerplates/blob/master/assets/hello-html-intro.png?raw=true)](https://youtu.be/dfbDCMu_p-0)
5+
> Tienes un video tutorial sobre [cómo usar esta plantilla para crear tu primer sitio web aquí](https://youtu.be/dfbDCMu_p-0).
66
77
## ¿Qué hacer a continuación?
88

99
Crea un archivo `index.html` con [la estructura básica de HTML](http://4geeks.com/lesson/what-is-html-learn-html#page-structure) y ve el resultado en vivo corriendo un servidor web utilizando el siguiente comando:
1010

11-
```sh
11+
```bash
1212
$ pip3 install flask && python3 server.py
1313
```
1414

0 commit comments

Comments
 (0)