Skip to content

Commit 2587c52

Browse files
authored
Update index.html
1 parent 0219cdf commit 2587c52

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!DOCTYPE html>
2-
<html lang="en-US">
2+
<html lang="en-">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width" />
6-
<title>MDN CSS</title>
5+
<meta name="viewport" content="width=device-width", initial-scale="1.0"/>
6+
<title>MDN CSS Exercises</title>
77
<style>
88
li {
99
list-style: none;
1010
}
1111

1212
a {
1313
text-decoration: none;
14-
color: darkblueviolet;
14+
color: blueviolet;
1515
font-family: Menlo;
1616
font-weight: bold;
1717
}
@@ -20,14 +20,13 @@
2020
<body>
2121
<nav>
2222
<ul>
23-
<li><a href="/learn/getting-started/biog.html">Styling a biography</a></li>
23+
<li><a href="./learn/getting-started/biog.html">Styling a biography</a></li>
2424

25-
<li><a href="/learn/tasks/backgrounds/backgrounds1-download.html">Backgrounds Task 1</a></li>
26-
<li><a href="/learn/tasks/backgrounds/backgrounds2-download.html">Backgrounds Task 2</a></li>
25+
<li><a href="./learn/tasks/backgrounds/backgrounds1-download.html">Backgrounds Task 1</a></li>
26+
<li><a href="./learn/tasks/backgrounds/backgrounds2-download.html">Backgrounds Task 2</a></li>
2727

28-
<li><a href="/modules/colors.html">Color syntax converter</a></li>
28+
<li><a href="./modules/colors.html">Color syntax converter</a></li>
2929
</ul>
3030
</nav>
3131
</body>
3232
</html>
33-

0 commit comments

Comments
 (0)