Skip to content

Instantly share code, notes, and snippets.

@dugancathal
Created February 2, 2016 05:25
Show Gist options
  • Save dugancathal/78d0a13f98f4e3e948a5 to your computer and use it in GitHub Desktop.
Save dugancathal/78d0a13f98f4e3e948a5 to your computer and use it in GitHub Desktop.
A blank html page with jquery and bootstrap
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>$TITLE</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</head>
<body>
<div class='container'>
$CONTENT
</div>
</body>
</html>
@marketingkeithato
Copy link

nice this is actually better for beginner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment