nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
33 lines (31 loc) • 1.22 kB
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="/ultimatum/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="/ultimatum/js/requirements.js" charset="utf-8"></script>
</body>