https://github.com/4geeksacademy/jsanchof-insta-bootstrap
https://github.com/4geeksacademy/jsanchof-insta-bootstrap
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4geeksacademy/jsanchof-insta-bootstrap
- Owner: 4GeeksAcademy
- Created: 2024-12-18T00:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T03:02:09.000Z (over 1 year ago)
- Last Synced: 2025-10-10T23:07:32.318Z (8 months ago)
- Language: HTML
- Size: 35.2 KB
- Stars: 2
- 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
...
...
```