1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/_layouts/home.html

20 lines
394 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
{% include header.html %}
</head>
<body class="bd-home">
2015-01-06 18:35:49 -05:00
<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>
2015-08-05 02:39:51 -04:00
{% include nav-home.html %}
{{ content }}
{% include footer.html %}
</body>
</html>