Merge branch 'yoyo'
This commit is contained in:
@@ -6,6 +6,7 @@ body {
|
|||||||
font-family: "Courier New", monospace;
|
font-family: "Courier New", monospace;
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<h1 id="txt">page du quiz</h1>
|
<button id="strt" class="ans" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
|
||||||
<button id="strt" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
|
|
||||||
{% include 'question.html' %}
|
{% include 'question.html' %}
|
||||||
<h2 id="finalScore">continue to get your final score...</h2>
|
<h2 id="finalScore">continue to get your final score...</h2>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user