You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="description">A straightforward tool for encoding and decoding URLs, with support for ASCII encoding. Easily manipulate web addresses with simplicity.</p>
14
+
</header>
15
+
16
+
<mainclass="main-container">
17
+
<divclass="controls">
18
+
<labelfor="urlInputEncode">Enter Text to Encode:</label>
19
+
<inputtype="text" id="urlInputEncode" placeholder="Enter text to encode">
20
+
<buttononclick="encodeText()">Encode</button>
21
+
</div>
22
+
23
+
<divclass="controls">
24
+
<labelfor="urlInputDecode">Enter URL to Decode:</label>
25
+
<inputtype="text" id="urlInputDecode" placeholder="Enter URL to decode">
0 commit comments