<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Carolina & Max Memories 💖</title>

  <link rel="stylesheet" href="style.css" />

</head>

<body>

  <h1>One of Our Memories</h1>

  <button onclick="showRandomImage()">Show Me 💫</button>

  <div id="image-container">

    <img id="memory-photo" src="" alt="A memory will appear here." />

  </div>


  <script src="script.js"></script>

</body>

</html>