Changed SEO related things to new name

This commit is contained in:
ChaoticByte 2023-02-08 21:11:03 +01:00
parent 0432b2b0ac
commit 7b202b0433

View file

@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Encode and Decode Base64 data, including binary data in hexadecimal form."> <meta name="description" content="Encode and Decode Base64 data, including binary data in hexadecimal form.">
<meta name="author" content="Julian Müller (W13R)"> <meta name="author" content="Julian Müller (ChaoticByte)">
<meta name="keywords" content="base64, b64, base64-tool, encode, decode, online, converter, binary, hexadecimal, hex, browser, javascript, html5, w13r, tool"> <meta name="keywords" content="base64, b64, base64-tool, encode, decode, online, converter, binary, hexadecimal, hex, browser, javascript, html5, chaoticbyte, tool">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<title>Base64-Tool</title> <title>Base64-Tool</title>
</head> </head>
@ -122,7 +122,7 @@
<li>urlsafe: Use the Urlsafe Base64 alphabet</li> <li>urlsafe: Use the Urlsafe Base64 alphabet</li>
</ul> </ul>
<p>The tool completely runs in your browser without any external dependency or API needed. You could simply Ctrl+S to download it, and open the file with your browser.</p> <p>The tool completely runs in your browser without any external dependency or API needed. You could simply Ctrl+S to download it, and open the file with your browser.</p>
<p>&copy; 2023 <a href="https://w13r.net">Julian Müller (W13R)</a></p> <p>&copy; 2023 <a href="https://chaoticbyte.net">Julian Müller (ChaoticByte)</a></p>
</div> </div>
</div> </div>
</div> </div>