Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesanchezr/instagram-feed
https://github.com/alesanchezr/instagram-feed
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alesanchezr/instagram-feed
- Owner: alesanchezr
- Created: 2020-01-16T01:55:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T02:00:32.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T02:59:30.750Z (26 days ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...
...```