Blame view

doc/TOC.md 1.01 KB
87e21225   Andy   new webportal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  [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.