Improve help and SEO
This commit is contained in:
parent
779f02c2aa
commit
0432b2b0ac
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
<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 (W13R)">
|
||||||
<meta name="keywords" content="base64, b64, base64-tool, encode, decode, converter, binary, hexadecimal, browser, javascript, html5, w13r, tool">
|
<meta name="keywords" content="base64, b64, base64-tool, encode, decode, online, converter, binary, hexadecimal, hex, browser, javascript, html5, w13r, tool">
|
||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
<title>Base64-Tool</title>
|
<title>Base64-Tool</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
<polygon points="96,14 82,0 48,34 14,0 0,14 34,48 0,82 14,96 48,62 82,96 96,82 62,48 "/>
|
<polygon points="96,14 82,0 48,34 14,0 0,14 34,48 0,82 14,96 48,62 82,96 96,82 62,48 "/>
|
||||||
</svg>
|
</svg>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>This tool can encode and decode Base64 data.</p>
|
<p>Convert Base64 data, including text and binary data in hexadecimal form. Also supports encoding and decoding urlsafe Base64.</p>
|
||||||
<p>Configuration:</p>
|
<p>Configuration:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>encode/decode: Choose wether you want to decode or encode data</li>
|
<li>encode/decode: Choose wether you want to decode or encode data</li>
|
||||||
|
|
Reference in a new issue