Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesanchezr/instagram-bootstrap
This is my first bootstrap project! 😄
https://github.com/alesanchezr/instagram-bootstrap
Last synced: 13 days ago
JSON representation
This is my first bootstrap project! 😄
- Host: GitHub
- URL: https://github.com/alesanchezr/instagram-bootstrap
- Owner: alesanchezr
- Created: 2022-10-10T22:55:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T22:55:38.000Z (about 2 years ago)
- Last Synced: 2024-10-04T02:21:14.395Z (about 1 month ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.cn.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)
为使用 [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
...
...```