Skip to content

Commit d9d56fa

Browse files
authored
add buttons
1 parent 2e35bbb commit d9d56fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,12 @@ <h2>Diff checker</h2>
2222
<textarea id="original">Code test 32 ...</textarea>
2323
</div>
2424

25+
<div>
26+
<button>Hide Original</button>
27+
<button>Hide Compare</button>
28+
<button>Diff</button>
29+
</div>
30+
31+
</div>
2532
</body>
2633
</html>

0 commit comments

Comments
 (0)