https://github.com/4geeksacademy/david-c-instagram-post
https://github.com/4geeksacademy/david-c-instagram-post
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4geeksacademy/david-c-instagram-post
- Owner: 4GeeksAcademy
- Created: 2024-12-16T23:22:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:50:03.000Z (over 1 year ago)
- Last Synced: 2025-07-10T10:16:09.523Z (11 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.cn.md
Awesome Lists containing this project
README
# HTML Hello
[](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)
为使用 [gitpod.io](gitpod.io) 代码编辑器 4Geeks Academy 学生提供的最基础的样板。
[](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
...
...
```