Removed "dencode" from where it was publicly visible.
This commit is contained in:
parent
b01ae2240c
commit
f103b0b1fe
2 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "dencode.org",
|
||||
"version": "1.0.0-alpha.2",
|
||||
"description": "Convert to and fro!",
|
||||
"name": "conv.friedli.info",
|
||||
"version": "1.0.0-alpha.3",
|
||||
"description": "Decode or encode base64, punycode, HTML entities, URI components ...",
|
||||
"keywords": [
|
||||
"dencode",
|
||||
"encode",
|
||||
"decode",
|
||||
"conversion",
|
||||
"converter",
|
||||
"convert"
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
|
||||
<title>Decode? Encode? DENcode!</title>
|
||||
<title>conv.friedli.info - Convert whatever you want!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Decode? Encode? DENcode!</h1>
|
||||
<noscript>This webpage lets you decode and encode data and text to and from various formats. But
|
||||
<h1>Convert it all</h1>
|
||||
<noscript>This webpage lets you convert data and text to and from various formats. But
|
||||
it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your
|
||||
Browser. You won't regret it!
|
||||
</noscript>
|
||||
|
|
Loading…
Reference in a new issue