diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2019-12-11 15:06:42 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2019-12-11 15:06:42 +0000 |
commit | 0fcc8c5e734d5e3ea769c5ef7be9f2200c3aca06 (patch) | |
tree | f724e430286791f867cf0c42c039ec362a04eac0 /redirector.html | |
parent | b53d093463e94096f16f0fd7656fc88d642faa3d (diff) |
More fixes after removing angular
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html index bafe46b..593b16f 100644 --- a/redirector.html +++ b/redirector.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <link rel="stylesheet" href="css/redirector.css" /> <!-- ☈ --> - <link rel="shortcut icon" href="images/icon-active-32.png"> + <link rel="shortcut icon" href="images/icon-dark-32.png"> </head> <body> <div id="cover"> @@ -94,6 +94,7 @@ <option value="noProcessing">No Processing</option> <option value="urlEncode">URL Encode</option> <option value="urlDecode">URL Decode</option> + <option value="doubleUrlDecode">Double URL Decode</option> <option value="base64decode">Base64 Decode</option> </select> <span class="placeholder" data-bind="processMatchesExampleText"></span> |