Skip to content

Instantly share code, notes, and snippets.

@Tazaf
Last active February 24, 2017 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tazaf/420a368389367a83fcfb96ab3a51bf8a to your computer and use it in GitHub Desktop.
Save Tazaf/420a368389367a83fcfb96ab3a51bf8a to your computer and use it in GitHub Desktop.
Bootstrap basic HTML template
<!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-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap initiation</title>
<!-- Add here the link to Bootstrap -->
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment