https://github.com/anabartos/instagram-bootstrap
https://github.com/anabartos/instagram-bootstrap
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anabartos/instagram-bootstrap
- Owner: anabartos
- Created: 2022-05-19T10:18:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T13:06:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T14:22:29.059Z (4 months ago)
- Language: HTML
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.es.md
Awesome Lists containing this project
README
#  HTML Hello
[](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)
El boilerplate más básico para cualquier estudiante de 4Geeks Academy utilizando el editor de código [gitpod.io](gitpod.io).
[](https://youtu.be/dfbDCMu_p-0)
## ¿Qué hacer a continuación?
Crea un archivo `index.html` con [la estructura básica de HTML](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) y ve el resultado en vivo corriendo un servidor web utilizando el siguiente comando:
```sh
$ ```pip3 install flask && python3 server.py- Puedes crear tantos archivos HTML cómo desees
- También puedes crear archivos CSS e importarlos en tu página web utilizando una etiqueta `` ubicándola entre las etiquetas ``, de la siguiente manera:```html
...
...```