This commit is contained in:
2025-05-03 02:09:16 +02:00
parent 73e8d6a857
commit 9f3a90a04e
2 changed files with 90 additions and 3 deletions

View File

@ -65,7 +65,7 @@ if ($grille->valid()) {
<head>
<meta charset="utf-8">
<title>Mots croisés</title>
<title>MOTS■CROISÉS</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -100,7 +100,7 @@ if ($grille->valid()) {
</tbody>
</table>
</h1>
<h1 class="small width">Mots croisés</h1>
<h1 class="small width">Motscroisés</h1>
<div class="grille-et-definitions">
<?php if ($grille->valid()): ?>
<div class="grille">
@ -133,7 +133,7 @@ if ($grille->valid()) {
</div>
<div class="definitions horizontales">
<h2>Horizontalement</h2>
<ol>
<ol type="1">
<?php foreach ($definitions_horizontales as $y => $definitions): ?>
<li>
<?php if (count($definitions) == 1): ?>
@ -184,6 +184,7 @@ if ($grille->valid()) {
</form>
<script src="script.js"></script>
<script>navigator?.serviceWorker.register('service-worker.js')</script>
</body>
</html>