This commit is contained in:
Yoan Guerin
2025-12-05 06:05:29 +01:00
parent 653d588374
commit 31c8fa8b5f
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ body {
font-family: "Courier New", monospace;
margin: 2rem;
line-height: 1.5;
text-align: center;
}
header {

View File

@@ -8,8 +8,7 @@
{% include 'header.html' %}
</header>
<h1 id="txt">page du quiz</h1>
<button id="strt" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
<button id="strt" class="ans" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
{% include 'question.html' %}
<h2 id="finalScore">continue to get your final score...</h2>
</body>