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,16 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAI - Analyse en cours</title>
<link rel="stylesheet" href="../static/style.css">
</head>
{% include 'head.html' %}
<body>
{% include 'header.html' %}
<header>
<img src="../static/pinguin(1).gif" alt="Mascotte animée" class="header-gif" />
<h1>PAI</h1>
{% include 'header.html' %}
</header>
<main>

View File

@@ -0,0 +1,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nuit de l'info</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>

View File

@@ -1,13 +1,9 @@
<header>
<img src="../static/pinguin(1).gif" alt="Mascotte animée" class="header-gif" />
<h1>Logiciels Libres</h1>
<nav>
<ul class="menu">
<li><a href="./">Accueil </a></li>
<li><a href="./pokemon">Jeu Pokémon</a></li>
<li><a href="./PAI">PAI </a></li>
<li><a href="./questions">QCM</a></li>
<li><a href="./outils">Outils et OS</a></li>
</ul>
</nav>
</header>
<nav>
<ul class="menu">
<li><a href="./">Accueil </a></li>
<li><a href="./pokemon">Jeu Pokémon</a></li>
<li><a href="./PAI">PAI </a></li>
<li><a href="./questions">QCM</a></li>
<li><a href="./outils">Outils et OS</a></li>
</ul>
</nav>

View File

@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="fr">
<!-- head pour l'onglet -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Introduction aux Logiciels Libres</title>
<link rel="stylesheet" href="../static/style.css" />
<!-- body pour la page -->
</head>
{% include 'head.html' %}
<body>
{% include 'header.html' %}
<header>
<img src="../static/pinguin(1).gif" alt="Mascotte animée" class="header-gif" />
<h1>Accueil</h1>
{% include 'header.html' %}
</header>
<main>
<section>
<h2>Quest-ce quun logiciel libre ?</h2>

View File

@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../static/style.css" />
<title>Outils Open Source vs Propriétaires</title>
</head>
{% include 'head.html' %}
<body>
{% include 'header.html' %}
<header>
<img src="../static/pinguin(1).gif" alt="Mascotte animée" class="header-gif" />
<h1>Outils et OS</h1>
{% include 'header.html' %}
</header>
<h1>Outils Open Source vs Propriétaires</h1>
<div id="tools" class="tool-container"></div>

View File

@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jeu Pokémon</title>
<link rel="stylesheet" href="../static/style.css">
</head>
{% include 'head.html' %}
<body>
{% include 'header.html' %}
<header>
<img src="../static/pinguin(1).gif" alt="Mascotte animée" class="header-gif" />
<h1>Accueil</h1>
{% include 'header.html' %}
</header>
<div class="battle">
<h2>Combat Pokémon-like (simple)</h2>

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' %}