Skip to content

Instantly share code, notes, and snippets.

@livercake
Last active January 2, 2016 02:29
Show Gist options
  • Save livercake/8237480 to your computer and use it in GitHub Desktop.
Save livercake/8237480 to your computer and use it in GitHub Desktop.
html quickstart markup: jquery + bootstrap 3
<!DOCTYPE html>
<html>
<head>
<title>Jelly v3</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="type/type.css">
<link rel="stylesheet" href="css/style.css">
<style type="text/css"></style>
</head>
<body>
<!-- @include main.kit -->
</body>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/callbacks.js"></script>
<script type="text/javascript">
jQuery(function(){
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment