Changed SEO related things to new name
This commit is contained in:
parent
0432b2b0ac
commit
7b202b0433
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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="author" content="Julian Müller (W13R)">
|
||||
<meta name="keywords" content="base64, b64, base64-tool, encode, decode, online, converter, binary, hexadecimal, hex, browser, javascript, html5, w13r, tool">
|
||||
<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, chaoticbyte, tool">
|
||||
<meta name="robots" content="index, follow">
|
||||
<title>Base64-Tool</title>
|
||||
</head>
|
||||
|
@ -122,7 +122,7 @@
|
|||
<li>urlsafe: Use the Urlsafe Base64 alphabet</li>
|
||||
</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>© 2023 <a href="https://w13r.net">Julian Müller (W13R)</a></p>
|
||||
<p>© 2023 <a href="https://chaoticbyte.net">Julian Müller (ChaoticByte)</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue