<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Shuffle 'n' Blues</title> <link rel="stylesheet" href="styles/snb.css"> </head> <body> <img class="logo" src="images/banner.png" width="416px" height="200px" alt="Shuffle 'n' Blues logo" /> <h2>Thank You</h2> <p> Thank you for supporting live Blues music and dancing. </p> <p> See you soon! </p> <footer> <p>© 2024 BConnected Arts Society. All Rights Reserved.</p> </footer> </body> </html>