<!DOCTYPE html>
<html lang=”en-US”>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<meta name=”author” content=”…”>
<meta name=”description” content=”…”>
<meta name=”keywords” content=”…, …, …”>
<meta property=”og:image” content=”….jpg”/>
<link rel=”stylesheet” type=”text/css” href=”…css”> CSS file
<link rel=”stylesheet” href=”http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css”> Bootstrap
https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js
http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js
<link rel=”stylesheet” href=”//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css”/> Font Awesome
http://…js JS file
<title>Title</title>
</head>
<body>
<nav class=”navbar”>
</nav>
<header>
</header>
<section>
</section>
<footer class=”container-fluid text-center”>
</footer>
</body>
</html>