Flipped encode and decode section.

This commit is contained in:
DebaucheryLibrarian 2025-02-21 20:51:52 +00:00
parent adc1f2d51f
commit 79fc530fb5
1 changed files with 26 additions and 26 deletions

View File

@ -203,6 +203,32 @@
class="feedback feedback-copy hidden"
>Copied <span id="feedbackValue" class="feedback-value"></span> to clipboard!</span>
<section class="section">
<h2 class="section-heading">Decode</h2>
<div class="row">
<div class="row-segment">
<input
id="codeInput"
placeholder="Code"
class="input"
>
</div>
<span class="arrow arrow-right">&#x27A1;</span>
<span class="arrow arrow-down"> &#x2B07;</span>
<div class="row-segment">
<input
id="nameOutput"
placeholder="Name"
class="input"
readonly
>
</div>
</div>
</section>
<section class="section">
<h2 class="section-heading">Encode</h2>
@ -242,32 +268,6 @@
</div>
</div>
</section>
<section class="section">
<h2 class="section-heading">Decode</h2>
<div class="row">
<div class="row-segment">
<input
id="codeInput"
placeholder="Code"
class="input"
>
</div>
<span class="arrow arrow-right">&#x27A1;</span>
<span class="arrow arrow-down"> &#x2B07;</span>
<div class="row-segment">
<input
id="nameOutput"
placeholder="Name"
class="input"
readonly
>
</div>
</div>
</section>
</body>
<script>