-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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" />
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" /> -->
<title>My Daily Challenge</title>
</head>
<body>
<main>
<img src="images/challenges-trophy.jpg" alt="A trophy" />
<h1>
Sofiane Abou Safwan's Challenge for <span>Sunday, August 7th</span>
</h1>
<p id="todays-challenge">
Learn about the basics of web development - specifically dive into
Javascript.
</p>
</main>
<footer>
<p>Explore the <a href="full-week.html">full week</a>.</p>
</footer>
</body>
</html>