Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernando-gimeno/instagram-post
Instagram Post
https://github.com/fernando-gimeno/instagram-post
Last synced: about 2 months ago
JSON representation
Instagram Post
- Host: GitHub
- URL: https://github.com/fernando-gimeno/instagram-post
- Owner: fernando-gimeno
- Created: 2024-06-24T15:23:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:27:20.000Z (7 months ago)
- Last Synced: 2024-06-24T17:22:47.692Z (7 months ago)
- Language: HTML
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.cn.md
Awesome Lists containing this project
README
# HTML Hello
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)
为使用 [gitpod.io](gitpod.io) 代码编辑器 4Geeks Academy 学生提供的最基础的样板。
[![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)
## 接下来怎么做?
创建一个具有 [基本 HTML 页面结构](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) 的 `index.html` 文件并通过使用以下命令,实时预览 Web 服务器提供的 HTML 页面:
```sh
$ pip3 install flask && python3 server.py
```- 您可以根据需要创建任意数量的 HTML 文件
- 您还可以使用放置在 `` 标签之间的 `` 标签创建 CSS 文件并将它们导入您的网站,如下所示:```html
...
...```