(Created page with "<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
Line 10: | Line 9: | ||
<link rel="icon" href="../../favicon.ico"> | <link rel="icon" href="../../favicon.ico"> | ||
− | <title> | + | <title>Starter Template for Bootstrap</title> |
<!-- Bootstrap core CSS --> | <!-- Bootstrap core CSS --> | ||
Line 19: | Line 18: | ||
<!-- Custom styles for this template --> | <!-- Custom styles for this template --> | ||
− | <link href=" | + | <link href="starter-template.css" rel="stylesheet"> |
<!-- Just for debugging purposes. Don't actually copy these 2 lines! --> | <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> | ||
Line 34: | Line 33: | ||
<body> | <body> | ||
− | <div class="container"> | + | <nav class="navbar navbar-inverse navbar-fixed-top"> |
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="#">Project name</a> | ||
+ | </div> | ||
+ | <div id="navbar" class="collapse navbar-collapse"> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li class="active"><a href="#">Home</a></li> | ||
+ | <li><a href="#about">About</a></li> | ||
+ | <li><a href="#contact">Contact</a></li> | ||
+ | </ul> | ||
+ | </div><!--/.nav-collapse --> | ||
+ | </div> | ||
+ | </nav> | ||
− | + | <div class="container"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="starter-template"> | |
− | <div class=" | + | <h1>Bootstrap starter template</h1> |
− | <h1> | + | <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p> |
− | <p> | + | |
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | </div> <!-- /container --> | + | </div><!-- /.container --> |
Latest revision as of 00:28, 31 July 2017
Bootstrap starter template
Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.