UNPKG

bootstrap

Version:

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

19 lines (15 loc) 389 B
<!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>