Skip to content

Instantly share code, notes, and snippets.

@tkon99
Created July 10, 2015 18:12
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 tkon99/face3351a13409b4357f to your computer and use it in GitHub Desktop.
Save tkon99/face3351a13409b4357f to your computer and use it in GitHub Desktop.
Coding Tutorial - Chap. 3 - Using Frameworks
<html>
<head>
<title>Using Frameworks!</title>
<!-- This is where the magic happens. We include the bootstrap files from their server. !-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<h1>Your content goes here.</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment