diff --git a/CHANGELOG.md b/CHANGELOG.md index 839c52e4..19cc2e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - URL path changed - `/hash` -> [`/hash-text`](https://it-tools.tech/hash-text) - `/cypher` -> [`/cypher-uncyfer-text`](https://it-tools.tech/cypher-uncyfer-text) + - `/url-encoder` -> [`/url-encoder-decoder`](https://it-tools.tech/url-encoder-decoder) - [Crontab generator](https://it-tools.tech/crontab-generator) now handle 6 digits format (second support) ### Added diff --git a/tools/web/url-encoder-decoder.vue b/tools/web/url-encoder-decoder.vue new file mode 100644 index 00000000..7721071e --- /dev/null +++ b/tools/web/url-encoder-decoder.vue @@ -0,0 +1,76 @@ + + + + + + + Copy decoded + Copy encoded + + + + + +title: 'URL encode / decode' +description: 'Lorem Ipsum dolor sit amet' +icon: 'mdi-link-variant' +keywords: [ 'system', 'port', 'lan' ] +path: '/url-encoder-decoder' + + +