forked from motherjones/newsquiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (26 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" media="screen" type="text/css">
<title></title>
</head>
<body>
<div id="fb-root"></div>
<div class="container-fluid">
<div id="quiz"></div>
</div>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/tabletop.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script src="js/pym.js" type="text/javascript"></script>
<script type="text/javascript">
var quiz = jQuery('#quiz').quiz('0Arenb9rAosmbdG5GWHFXbWJlN1hTR2ZmN3lZMVZkOHc'); //your published spreadsheet key or URL goes here
jQuery(window).load(function(){
pymChild = new pym.Child({
polling: 500
})
})
</script>
</body>
</html>