UNPKG

shiro

Version:

Online quiz game engine, inspired by russian tv show 'What? Where? When?' (Million Dollar Mind Game).

23 lines (19 loc) 661 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <title>What? Where? When? &bull; Report</title> <link rel="stylesheet" href="/s/common.css"> <link rel="stylesheet" href="/s/report.css"> </head> <body> <div class="board loading"></div> <script src="/a/ender.min.js"></script> <script src="/a/d3.v3.min.js"></script> <script src="/a/primus.js"></script> <script src="/a/report.js"></script> </body> </html>