diff options
| author | Patrick H. Lauke <[email protected]> | 2017-09-13 19:51:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-13 19:51:08 +0100 |
| commit | d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1 (patch) | |
| tree | eeac9178e02323b0a776b417dd6209488d5f527b /docs/4.0/examples/starter-template | |
| parent | 3e546cacb4facdf98a6a18fa7bafe50d48e02c56 (diff) | |
| download | bootstrap-d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1.tar.xz bootstrap-d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1.zip | |
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Diffstat (limited to 'docs/4.0/examples/starter-template')
| -rw-r--r-- | docs/4.0/examples/starter-template/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/examples/starter-template/index.html b/docs/4.0/examples/starter-template/index.html index 6d3bef63f..bf37fb1ea 100644 --- a/docs/4.0/examples/starter-template/index.html +++ b/docs/4.0/examples/starter-template/index.html @@ -51,14 +51,14 @@ </div> </nav> - <div class="container"> + <main role="main" class="container"> <div class="starter-template"> <h1>Bootstrap starter template</h1> <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p> </div> - </div><!-- /.container --> + </main><!-- /.container --> <!-- Bootstrap core JavaScript |
