nodegame-game-template
Version:
Template files for a standard nodeGame game
17 lines (16 loc) • 539 B
HTML
<title>Game</title>
<link rel="stylesheet" href="/lib/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/stylesheets/nodegame.css" />
<link rel="stylesheet" href="css/style.css" />
<body>
<div id="container">
<h2>Game</h2>
<div id="dictator" style="display: none"></div>
<div id="observer" style="display: none">
<h4 id="waitingFor">Waiting for the decision of the dictator<span id="dots"></span></h4>
<span id="decision"></span>
<br/>
</div>
</div>
</body>