UNPKG
nodegame-openshift
Version:
latest (0.0.4)
0.0.4
Prepares a nodeGame instance to run on the openshift cloud.
nodegame.org
nodeGame/nodegame-openshift
nodegame-openshift
/
games
/
ultimatum
/
views
/
templates
/
bidder.jade
11 lines
(9 loc)
•
322 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
extends iframe-layout block mainContent div(
id
=
'container'
, style=
'font-size: 20px'
) h2=youAre h3=makeAnOffer
input
(
type
=
'number'
,
min
=
'0'
,
max
=
'100'
, name=
'offer'
,
id
=
'offer'
) |\n
input
(
type
=
'button'
, value=submit, name=
'submitOffer'
,
id
=
'submitOffer'
,
class
=
'btn'
) br