Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb authored May 20, 2024
1 parent 009d8b6 commit da6b176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
<button onclick="encryptText()">Encrypt</button>
<button onclick="decryptText()">Decrypt</button>
<button onclick="copyText()">Copy</button>
<button onclick="clearText()">Clear</button>
</div>
</div>
<script src="script.js"></script>
</body>

</html>
</html>

0 comments on commit da6b176

Please sign in to comment.