Skip to content

Commit 0e81745

Browse files
authored
add button functionality
1 parent b38efa8 commit 0e81745

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ <h2>Diff checker</h2>
2323
</div>
2424

2525
<div id="buttons">
26-
<button>Hide Original</button>
27-
<button>Hide Compare</button>
26+
<button id="button-original">Hide Original</button>
27+
<button id="button-compare">Hide Compare</button>
2828
</div>
2929

30-
3130
<script src="script.js"></script>
3231
</body>
3332
</html>

0 commit comments

Comments
 (0)