You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
805 B
23 lines
805 B
<!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="http://lamp.internal.gharke.com/100-days/styles/full-week.css" rel="stylesheet" /> |
|
</head> |
|
<body> |
|
<h1>My Upcoming Challenges</h1> |
|
<a href="index.html">View Today's Challenge</a> |
|
<ol> |
|
<li>Repeat what I learned about HTML & CSS</li> |
|
<li>Do the exercises on HTML & CSS</li> |
|
<li>Dive deeper into HTML & CSS and build more complex websites</li> |
|
</ol> |
|
</body> |
|
</html> |