Created
January 1, 2015 01:38
-
-
Save duckworthd/ea4f097553d8b06d9ed7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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