fix: add charset UTF-8 meta tag to fix Chinese encoding
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<!--Copied by Bazhan.Wang,Modify by RuoYu(github.com/lyryblog)-->
|
| 3 |
<head>
|
|
|
|
| 4 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| 5 |
<link rel="stylesheet" href="">
|
| 6 |
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<!--Copied by Bazhan.Wang,Modify by RuoYu(github.com/lyryblog)-->
|
| 3 |
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| 6 |
<link rel="stylesheet" href="">
|
| 7 |
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|