30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
[HTML5 Boilerplate homepage](https://html5boilerplate.com)
|
|
|
|
## Getting started
|
|
|
|
* [Usage](usage.md) — Overview of the project contents.
|
|
* [FAQ](faq.md) — Frequently asked questions along with their answers.
|
|
|
|
## HTML5 Boilerplate core
|
|
|
|
* [HTML](html.md) — Guide to the default HTML.
|
|
* [CSS](css.md) — Guide to the default CSS.
|
|
* [JavaScript](js.md) — Guide to the default JavaScript.
|
|
* [Everything else](misc.md).
|
|
|
|
## Development
|
|
|
|
* [Extending and customizing HTML5 Boilerplate](extend.md) — Going further
|
|
with the boilerplate.
|
|
|
|
## Related projects
|
|
|
|
The [H5BP organization](https://github.com/h5bp) maintains several projects
|
|
that complement HTML5 Boilerplate, projects that can help you improve different
|
|
aspects of your website/web app (e.g.: the performance, security, etc.).
|
|
|
|
* [Server Configs](https://github.com/h5bp/server-configs) — Fast and
|
|
smart configurations for web servers such as Apache and Nginx.
|
|
* [Ant Build Script](https://github.com/h5bp/ant-build-script) — Apache
|
|
Ant based build script.
|