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
/
questionnaire.jade
12 lines
(8 loc)
•
274 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
extends iframe-layout block extraHead
link
(rel=
'stylesheet'
,
type
=
'text/css'
, href=
'/stylesheets/nodegame.css'
)
link
(rel=
'stylesheet'
,
type
=
'text/css'
, href=
'../css/quiz.css'
) block mainContent div(
id
=
'container_quiz'
) h1=title div(
id
=
'quiz'
)