<!DOCTYPE html> <html> <head> <title>Memory Tester</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles.css"> <script type="module" src="script.js"></script> </head> <body> <div id='intro' class='modal'> <h1>Memory Tester</h1> <h2>Instructions</h2> <div>1. Wait for items to disappear</div> <div>2. Find the Treasure using WASD keys</div> <div>3. Avoid the Bombs!</div> <button id='start'>Start</button> </div> <div id='board' class='hide'> <div id='player'> 🦨 ️</div> </div> </body> </html>