Skip to content

Instantly share code, notes, and snippets.

@jampekka
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jampekka/8ff277d6bbc86680e4a7 to your computer and use it in GitHub Desktop.
Save jampekka/8ff277d6bbc86680e4a7 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://motherjones.github.io/newsquizjs/jquery.js"></script>
<script src="http://motherjones.github.io/newsquizjs/tabletop.js"></script>
<script src="http://motherjones.github.io/newsquizjs/newsquiz.min.js"></script>
<link href="http://motherjones.github.io/newsquizcss/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="http://motherjones.github.io/newsquizcss/bootstrap-responsive.css" rel="stylesheet" media="screen">
<link href="http://motherjones.github.io/newsquizcss/style.css" rel="stylesheet" media="screen">
</head>
<body>
<div id="quiz_container"></div>
<script type="text/javascript">
var quiz = jQuery('#quiz_container').quiz('1L1a-aqN4KFicLIHVu7r5YTC07tP300KjUd7q37KbieQ');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment