Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PepeOnGithub authored Jun 1, 2024
1 parent 14b1f9d commit e688cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>JSON Obfuscator MCBE</h1>
<button id="obfuscate-btn">Obfuscate code</button>
<label for="json-output">Obfuscated code:</label>
<textarea id="json-output" rows="10" readonly></textarea>
<button id="obfuscate-btn">Copy to Clipboard</button>
<button id="copy-btn">Copy to Clipboard</button>
</div>
<script src="script.js"></script>
</body>
Expand Down

0 comments on commit e688cc5

Please sign in to comment.