Merge branch 'yoyo'

This commit is contained in:
Yoan Guerin
2025-12-05 06:05:55 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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>