Integrate back and start buttons in map files
This commit is contained in:
+5
-11
@@ -6,17 +6,11 @@
|
|||||||
<link rel="stylesheet" href="../css/map.css" />
|
<link rel="stylesheet" href="../css/map.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">Guadeloupe (971)</h1>
|
<?php
|
||||||
|
$zone = 'Guadeloupe (971)';
|
||||||
<div style="display: flex; justify-content: center;">
|
include('../game-control/back.php');
|
||||||
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct ✅ : <span style="color: black;" id="OK">0</span></p>
|
include('../game-control/start.php');
|
||||||
<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>
|
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
|
|||||||
+5
-11
@@ -6,17 +6,11 @@
|
|||||||
<link rel="stylesheet" href="../css/map.css" />
|
<link rel="stylesheet" href="../css/map.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">Martinique (972)</h1>
|
<?php
|
||||||
|
$zone = 'Martinique (972)';
|
||||||
<div style="display: flex; justify-content: center;">
|
include('../game-control/back.php');
|
||||||
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct ✅ : <span style="color: black;" id="OK">0</span></p>
|
include('../game-control/start.php');
|
||||||
<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>
|
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
|
|||||||
+5
-11
@@ -6,17 +6,11 @@
|
|||||||
<link rel="stylesheet" href="../css/map.css" />
|
<link rel="stylesheet" href="../css/map.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">Guyane (973)</h1>
|
<?php
|
||||||
|
$zone = 'Guyane (973)';
|
||||||
<div style="display: flex; justify-content: center;">
|
include('../game-control/back.php');
|
||||||
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct ✅ : <span style="color: black;" id="OK">0</span></p>
|
include('../game-control/start.php');
|
||||||
<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>
|
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
|
|||||||
+5
-11
@@ -6,17 +6,11 @@
|
|||||||
<link rel="stylesheet" href="../css/map.css" />
|
<link rel="stylesheet" href="../css/map.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">La Réunion (974)</h1>
|
<?php
|
||||||
|
$zone = 'La Réunion (974)';
|
||||||
<div style="display: flex; justify-content: center;">
|
include('../game-control/back.php');
|
||||||
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct ✅ : <span style="color: black;" id="OK">0</span></p>
|
include('../game-control/start.php');
|
||||||
<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>
|
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
|
|||||||
+5
-11
@@ -6,17 +6,11 @@
|
|||||||
<link rel="stylesheet" href="../css/map.css" />
|
<link rel="stylesheet" href="../css/map.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">Afrique</h1>
|
<?php
|
||||||
|
$zone = 'Afrique';
|
||||||
<div style="display: flex; justify-content: center;">
|
include('../game-control/back.php');
|
||||||
<p style="color: green; font-weight: bold; margin-right: 2em;">Correct ✅ : <span style="color: black;" id="OK">0</span></p>
|
include('../game-control/start.php');
|
||||||
<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>
|
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user