Skip to content

Instantly share code, notes, and snippets.

@aakashns
Last active December 27, 2015 22:19
Show Gist options
  • Select an option

  • Save aakashns/7398019 to your computer and use it in GitHub Desktop.

Select an option

Save aakashns/7398019 to your computer and use it in GitHub Desktop.
added bootstrap css and js
<!DOCTYPE html>
<html>
<head>
<title>Front-end Setup</title>
<link rel="stylesheet" href="../../static/lib/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h2>Front-end Setup</h2>
</div>
<div>
<script src="../../static/lib/js/bootstrap.min.js">
</script>
<div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment