basic gh-pages deps

This commit is contained in:
jywarren
2017-01-02 23:19:02 -05:00
parent 55743961e3
commit 1bf58351b4
489 changed files with 79775 additions and 0 deletions

18
node_modules/bootstrap/docs/_layouts/home.html generated vendored Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
<body class="bs-docs-home">
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav/main.html %}
<!-- Page content of course! -->
{{ content }}
{% include footer.html %}
</body>
</html>