Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman authored Sep 12, 2024
1 parent 97d3303 commit 4c4733a
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 @@ -97,9 +97,9 @@ <h1 class="logo">
<div class="buttons-box">
<button class="submit"><strong>Beautify Code</strong> <em>(ctrl&#8209;enter)</em></button>
<button class="control" type="button" onclick="copyText()"><strong>Copy to Clipboard</strong></button>
<button class="control" type="button" onclick="downloadBeautifiedCode()"><strong>Download</strong></button>
<button class="control" type="button" onclick="selectAll()"><strong>Select All</strong></button>
<button class="control" type="button" onclick="clearAll()"><strong>Clear</strong></button>
<button class="control" type="button" onclick="downloadBeautifiedCode()"><strong>Download Code</strong></button>
<input type="file" onchange="changeToFileContent(this)">
</div>

Expand Down

0 comments on commit 4c4733a

Please sign in to comment.