forked from nodeGame/ultimatum-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.htm
27 lines (26 loc) · 1.18 KB
/
requirements.htm
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
<!doctype html>
<title>Requirements check Room</title>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Loading nodeGame libraries and CSS -->
<script src="/socket.io/socket.io.js"></script>
<script src="/javascripts/nodegame-full.js" charset="utf-8"></script>
<link rel="stylesheet" href="/trustgame/html/css/bootstrap.min.css" />
<link rel='stylesheet' href='/stylesheets/fullheight.css' />
<link rel='stylesheet' href='/stylesheets/noscript.css' />
<link rel='stylesheet' href='/stylesheets/nodegame.css' />
<!-- end -->
</head>
<body>
<h2 id="h2title">Welcome!</h2>
<noscript>
Your browser does not support JavaScript. You cannot take this HIT, if you don't have JavaScript enabled in your browser.
</noscript>
<p id="unsupported">
If you can't visualize the page correctly or the if test fails, try to refresh the page.
<br />
If the problem persists, your browser is not supported or you do not have javascript enabled. In such case, do not take the HIT, or please return the HIT if you have already taken it.<br/> <br/>
</p>
<div id="widgets_div"></div>
<script src="/trustgame/js/requirements.js" charset="utf-8"></script>
</body>