Because you should still have fun with bad conference questions.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class='container'>
<h1>Bad Conference Question Bingo</h1>
<div id="card"></div>
</div>
<script src="d3.js"></script>
<script src="tabletop.js"></script>
<script src="main.js"></script>
</body>