Skip to content

Commit a6b516f

Browse files
authored
Merge pull request #31 from Supravisor/deploy
add buttons
2 parents 746c152 + d9d56fa commit a6b516f

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)