<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Panda Panda Panda</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="container"> <div class="text-section"> <h1>Hello</h1> </div> <div class="image-section"> <img alt="This is me if you care" src="https://git.creations.works/mudaranrhiod/pages/raw/branch/static-pages/assets/redpanda.jpg"> </div> </body> </html>