Skip to content

Commit a47b43c

Browse files
committed
new 3 button
1 parent b084e86 commit a47b43c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ <h1>My Web Page</h1>
3434
<button id="btn1" onclick="alert('Button 1 clicked!')">Button 1</button>
3535
<button id="btn2" onclick="alert('Button 2 clicked!')">Button 2</button>
3636
<button id="btn2" onclick="alert('Button 2 clicked!')">Button 2</button>
37+
<button id="btn2" onclick="alert('Button 2 clicked!')">Button 3</button>
38+
3739

3840

3941
</body>

0 commit comments

Comments
 (0)