]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/docs/_layouts/home.html
.gitignore: Add .vscode
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / _layouts / home.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 {% include header.html %}
5 </head>
6 <body class="bd-home">
7 <a id="skippy" class="sr-only sr-only-focusable" href="#content">
8 <div class="container">
9 <span class="skiplink-text">Skip to main content</span>
10 </div>
11 </a>
12
13 {% include nav-home.html %}
14
15 {{ content }}
16
17 {% include footer.html %}
18 </body>
19 </html>