Skip to content

Commit eca7e92

Browse files
committed
updating titles
1 parent 28e2943 commit eca7e92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn/getting-started/started2.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Unstyled example</title>
6+
<title>Styling based on location</title>
77
<link rel="stylesheet" href="../styles.css">
88

99

@@ -28,7 +28,7 @@ <h1>I am a level one heading</h1>
2828
<p>This is the second paragraph. It contains an <em>emphasized</em> element.</p>
2929

3030
<ul>
31-
<li>Item one</li>
31+
<li>Item <span>one</span></li>
3232
<li>Item two</li>
3333
<li>Item <em>three</em></li>
3434
</ul>
@@ -53,7 +53,7 @@ <h1>I am a level one heading</h1>
5353
<p>This is the second paragraph. It contains an <em>emphasized</em> element.</p>
5454

5555
<ul>
56-
<li>Item one</li>
56+
<li>Item <span>one</span></li>
5757
<li>Item two</li>
5858
<li>Item <em>three</em></li>
5959
</ul>

learn/getting-started/started3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Unstyled example</title>
6+
<title>Styling based on state</title>
77
<link rel="stylesheet" href="../styles.css">
88

99

0 commit comments

Comments
 (0)