mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
b253cb2c1e
Conflicts: _config.yml docs/_includes/footer.html docs/_includes/nav-main.html docs/_includes/old-bs-docs.html docs/_layouts/default.html docs/_layouts/home.html docs/getting-started.html docs/index.html
20 lines
425 B
HTML
20 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
{% include header.html %}
|
|
</head>
|
|
<body class="bs-docs-home">
|
|
<a class="sr-only" href="#content">Skip to main content</a>
|
|
|
|
<!-- Docs master nav -->
|
|
{% include nav-main.html %}
|
|
|
|
<!-- Page content of course! -->
|
|
{{ content }}
|
|
|
|
<!-- JS and analytics only. -->
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|