<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.gstatic.com" />
    <link
      href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Oswald:wght@700&display=swap"
      rel="stylesheet"
    />
    <link href="styles/shared.css" rel="stylesheet" />
    <link href="styles/daily-challenge.css" rel="stylesheet" />
    <title>My Daily Challenge</title>    
</head>
<body>  
  <main>
    <img src="images/challenges-trophy.jpg" alt="A trophy" />
    <h1>My Challenge for <span>Thursday, November 30th</span></h1>
    <p id="todays-challenge">
      Learn about the basics of web development - specifically dive into HTML &
      CSS.
    </p>
  </main>
  <footer>
    <p>Explore the <a href="full-week.html">full week</a>.</p>
    <p>First week <a href="week-one-challenge.html">challange</a></p>
  </footer>  
</body>
</html>