correction bug titres

This commit is contained in:
Yoan Guerin
2025-12-05 05:53:11 +01:00
parent 7b3419cba7
commit 22cb8ef30d
9 changed files with 179 additions and 55 deletions

View File

@@ -1,14 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Nuit de l'info quiz</title>
<link rel="stylesheet" href="../static/style.css">
<link href="/static/logo_n2i_color_moon.svg" rel="icon">
<script src="static/quizz.js"></script>
</head>
{% include 'head.html' %}
<body>
{% include 'header.html' %}
<a href="test.html"><img class="logo" src="static/logo_n2i_color_moon.svg"></a>
<header>
<img src="../static/pinguin(1).gif" alt="Mascotte animée" class="header-gif" />
<h1>Questions </h1>
{% include 'header.html' %}
</header>
<h1 id="txt">page du quiz</h1>
<button id="strt" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
{% include 'question.html' %}