Skip to content

Instantly share code, notes, and snippets.

@gmilby
Forked from phillbaker/index.html
Created August 11, 2013 21:36
Show Gist options
  • Save gmilby/6206955 to your computer and use it in GitHub Desktop.
Save gmilby/6206955 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet">
<style>
/*Styles*/
</style>
</head>
<body class="container">
<h1>Hello, world!</h1>
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script>
<script>
$(document).ready(function() {
//no-op
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment