UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

14 lines (13 loc) 495 B
<!doctype html> <title>Bidder</title> <link rel="stylesheet" href="../css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="../css/style.css"> <body> <div id="container" style="font-size: 20px"> <h2>Your are the BIDDER</h2> <h3>Make an offer from 0 to 100 to another player.</h3> <input type="number" min="0" max="100" name="offer" id="offer" /> <input type="button" value="Submit" name="submitOffer" id="submitOffer" class="btn" /> <br/> </div> </body>