Skip to content

Commit

Permalink
SEO优化
Browse files Browse the repository at this point in the history
  • Loading branch information
chn-lee-yumi committed Aug 22, 2023
1 parent da4f465 commit f37632c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base64.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</head>
<body>
<div class="container">
<h2>Online Base64 Encode/Decode (Encrypt/Decrypt)</h2>
<h1>Online Base64 Encode/Decode (Encrypt/Decrypt)</h1>
<textarea id="inputText" placeholder="Enter text to encode or decode"></textarea>
<button id="encodeButton">Encode</button>
<button id="decodeButton">Decode</button>
Expand Down
2 changes: 1 addition & 1 deletion base_converter.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Toolbox</title>
<title>Yumi's Toolbox - GCC.AC.CN</title>
<meta name="description" content="An online toolbox powered by Yumi. Including base64 encode/decode, number base conversion, etc.">
<style>
body {
font-family: Arial, sans-serif;
Expand Down
3 changes: 2 additions & 1 deletion utf8.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UTF-8 Encoding/Decoding</title>
<meta name="description" content="Encode/Decode UTF-8 online.">
<style>
body {
font-family: Arial, sans-serif;
Expand Down

0 comments on commit f37632c

Please sign in to comment.