Skip to content

Instantly share code, notes, and snippets.

@chaosmail
Last active August 29, 2015 14:03
Show Gist options
  • Save chaosmail/06df9d4cd01f9a0ece5e to your computer and use it in GitHub Desktop.
Save chaosmail/06df9d4cd01f9a0ece5e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>
My first demo
</title>
<!-- Link the Bootstrap css -->
<link href="components/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<!-- Include the jQuery js -->
<script src="components/jquery/jquery.js"></script>
<!-- Include the Bootstrap js -->
<script src="components/bootstrap/dist/js/bootstrap.js"></script>
</head>
<body>
<!-- Here goes the content -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment