Skip to content

Instantly share code, notes, and snippets.

@nesar11
Forked from morrxy/gist:4656309
Created May 6, 2017 02:06
Show Gist options
  • Save nesar11/259227d366613d760599c5f6eea3eb72 to your computer and use it in GitHub Desktop.
Save nesar11/259227d366613d760599c5f6eea3eb72 to your computer and use it in GitHub Desktop.
HTML: Bootstrap 101 Template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/main.css" rel="stylesheet" media="screen">
<!--[if lt IE 9]><script src="js/html5shiv.js"></script><![endif]-->
</head>
<body>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script charset="UTF-8" src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment