Skip to content

Instantly share code, notes, and snippets.

@duckworthd
Created January 1, 2015 01:38
Show Gist options
  • Save duckworthd/ea4f097553d8b06d9ed7 to your computer and use it in GitHub Desktop.
Save duckworthd/ea4f097553d8b06d9ed7 to your computer and use it in GitHub Desktop.
<html>
<head>
<!-- CSS goes here -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- page content goes here -->
<h1>Hello, World</h1>
<!-- scripts go here -->
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment