<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>My Upcoming Challenges</title> <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/full-week.css" rel="stylesheet" /> </head> <body> <h1>My Upcoming Challenges</h1> <a href="index.html">View Today's Challenge</a> <p>Repeat what I learned about HTML & CSS</p> <p>Do the exercises on HTML & CSS</p> <p>Dive deeper into HTML & CSS and build more complex websites</p> </body> </html>