Skip to content

Commit cfc3277

Browse files
committed
fix: add id to first h1
1 parent 3501df6 commit cfc3277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010

11-
<h1 class="title">Hello, I am Andy</h1>
11+
<h1 class="title" id="one">Hello, I am Andy</h1>
1212

1313
<h1 class="title" id="two">This is the second h1</h1>
1414

@@ -20,4 +20,4 @@ <h1 class="title">This is the fifth h1</h1>
2020

2121
<!-- <h2 id="blah">This is a h2</h2> -->
2222
</body>
23-
</html>
23+
</html>

0 commit comments

Comments
 (0)