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" />
|
||||
</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user