Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alesanchezr/instagram-feed


https://github.com/alesanchezr/instagram-feed

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# ![4Geeks Logo](http://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,16) HTML Hello

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)

The most basic boilerplate for any 4Geeks Academy Student using the [gitpod.io](gitpod.io) coding editor.

## What to do next?

Create a `index.html` file with the [basic HTML structure](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) and see it live by running web-server using the following command:
```sh
$ pip3 install flask (only the first time)
$ python3 server.py
```

- You can create as many HTML files you want
- You can also create CSS files and you can import them onto your website using a `` tag placed between the `` tags, like this:

```html

...

...

```