Integrate back and start buttons in map files

This commit is contained in:
2024-05-06 21:01:26 +04:00
parent c38e4ee160
commit 278cd93c17
5 changed files with 25 additions and 55 deletions
+5 -11
View File
@@ -6,17 +6,11 @@
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<h1 id="title">Guadeloupe (971)</h1>
<div style="display: flex; justify-content: center;">
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct : <span style="color: black;" id="OK">0</span></p>
<p style="color: red; font-weight: bold;">Faux : <span style="color: black;" id="KO">0</span></p>
</div>
<div>
<p style="font-weight: bold;">Trouve la commune</p>
<p id="commune" style="font-size: 30px; font-weight: bold; color: #1F51FF;">...</p>
</div>
<?php
$zone = 'Guadeloupe (971)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>
+5 -11
View File
@@ -6,17 +6,11 @@
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<h1 id="title">Martinique (972)</h1>
<div style="display: flex; justify-content: center;">
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct : <span style="color: black;" id="OK">0</span></p>
<p style="color: red; font-weight: bold;">Faux : <span style="color: black;" id="KO">0</span></p>
</div>
<div>
<p style="font-weight: bold;">Trouve la commune</p>
<p id="commune" style="font-size: 30px; font-weight: bold; color: #1F51FF">...</p>
</div>
<?php
$zone = 'Martinique (972)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>
+5 -11
View File
@@ -6,17 +6,11 @@
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<h1 id="title">Guyane (973)</h1>
<div style="display: flex; justify-content: center;">
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct : <span style="color: black;" id="OK">0</span></p>
<p style="color: red; font-weight: bold;">Faux : <span style="color: black;" id="KO">0</span></p>
</div>
<div>
<p style="font-weight: bold;">Trouve la commune</p>
<p id="commune" style="font-size: 30px; font-weight: bold; color: #1F51FF">...</p>
</div>
<?php
$zone = 'Guyane (973)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>
+5 -11
View File
@@ -6,17 +6,11 @@
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<h1 id="title">La Réunion (974)</h1>
<div style="display: flex; justify-content: center;">
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct : <span style="color: black;" id="OK">0</span></p>
<p style="color: red; font-weight: bold;">Faux : <span style="color: black;" id="KO">0</span></p>
</div>
<div>
<p style="font-weight: bold;">Trouve la commune</p>
<p id="commune" style="font-size: 30px; font-weight: bold; color: #1F51FF">...</p>
</div>
<?php
$zone = 'La Réunion (974)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>
+5 -11
View File
@@ -6,17 +6,11 @@
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<h1 id="title">Afrique</h1>
<div style="display: flex; justify-content: center;">
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct : <span style="color: black;" id="OK">0</span></p>
<p style="color: red; font-weight: bold;">Faux : <span style="color: black;" id="KO">0</span></p>
</div>
<div>
<p style="font-weight: bold;">Trouve le pays</p>
<p id="commune" style="font-size: 30px; font-weight: bold; color: #1F51FF">...</p>
</div>
<?php
$zone = 'Afrique';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>