mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
ee574b76a7
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
20 lines
428 B
HTML
20 lines
428 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include header.html %}
|
|
</head>
|
|
<body class="bd-home">
|
|
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
|
|
<div class="container">
|
|
<span class="skiplink-text">Skip to main content</span>
|
|
</div>
|
|
</a>
|
|
|
|
{% include docs-navbar.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|