Add bootstrap-3.1.1

This commit is contained in:
Jakob Borg
2014-05-20 18:41:31 +02:00
parent 95f5e5fa9a
commit 36bdd9cb4d
226 changed files with 44185 additions and 0 deletions

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" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
<!-- Page content of course! -->
{{ content }}
{% include footer.html %}
</body>
</html>