Skip to content

Instantly share code, notes, and snippets.

@flackend
Created December 14, 2013 07:03
Show Gist options
  • Save flackend/7956383 to your computer and use it in GitHub Desktop.
Save flackend/7956383 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<style>@import url('http://getbootstrap.com/2.3.2/assets/css/bootstrap.css');</style>
<style>body { padding-top: 10px }</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Hello, World</h1>
</div>
<script>
console.log('JS');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment