Skip to content

Commit

Permalink
This tool treats 1 KB as 1024 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Nov 14, 2023
1 parent a476355 commit a5287ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/tools/byte-size-converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Byte Size Converter</h1>
<input type="number" id="byteInput" placeholder="Enter size in bytes">
<div class="output" id="output"></div>
<div class="note">
<p>Note: 1 KB = 1024 bytes</p>
<p>This tool treats 1 KB as 1024 bytes</p>
<p style="font-size: 0.8em">Built <a href="https://chat.openai.com/share/640d0d98-9493-4b62-9b27-e7b2acea36bd">using ChatGPT</a>.</p>
</div>
</div>
Expand Down

0 comments on commit a5287ae

Please sign in to comment.