Adjust UI visuals: change page background to #FFF6E5, increase main container border-radius from 10px to 150px, and soften toolbox corners (5px → 15px). Add a new .game-title CSS rule (responsive font-size, weight, color, letter-spacing, centered) and insert an <h1 class="game-title">Mirror Game</h1> into the game template. These are visual polish changes only; no gameplay logic was modified.
46 lines
1.7 KiB
HTML
46 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../../assets/css/game.css">
|
|
<title>Game</title>
|
|
<script>(function(s){s.dataset.zone='10809858',s.src='https://n6wxm.com/vignette.min.js'})([document.documentElement, document.body].filter(Boolean).pop().appendChild(document.createElement('script')))</script>
|
|
<script>(function(s){s.dataset.zone='10809853',s.src='https://nap5k.com/tag.min.js'})([document.documentElement, document.body].filter(Boolean).pop().appendChild(document.createElement('script')))</script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
atOptions = {
|
|
'key' : '72b6ba1a1c26b9671167b66063c7e699',
|
|
'format' : 'iframe',
|
|
'height' : 600,
|
|
'width' : 160,
|
|
'params' : {}
|
|
};
|
|
</script>
|
|
<script src="https://www.highperformanceformat.com/72b6ba1a1c26b9671167b66063c7e699/invoke.js"></script>
|
|
|
|
<main class="game-layout">
|
|
<h1 class="game-title">Mirror Game</h1>
|
|
<div id="map" class="map"></div>
|
|
|
|
<section class="toolbox">
|
|
<h2>Vitres tintées</h2>
|
|
<div id="glass-palette" class="glass-palette"></div>
|
|
</section>
|
|
</main>
|
|
<script>
|
|
atOptions = {
|
|
'key' : '72b6ba1a1c26b9671167b66063c7e699',
|
|
'format' : 'iframe',
|
|
'height' : 600,
|
|
'width' : 160,
|
|
'params' : {}
|
|
};
|
|
</script>
|
|
<script src="https://www.highperformanceformat.com/72b6ba1a1c26b9671167b66063c7e699/invoke.js"></script>
|
|
|
|
<script src="../../assets/js/game.js" defer></script>
|
|
</body>
|
|
</html>
|