diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 22:22:14 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 22:22:14 +0800 |
commit | 686d3e88725f1d4b3023e306b29aba799fe63305 (patch) | |
tree | 3a2213606d27b557d360f0c68e4cd79c955f472f /template.html | |
parent | bc6263aac2f0647572c7aecb10e637d62b89b4bb (diff) | |
download | www-686d3e88725f1d4b3023e306b29aba799fe63305.tar.gz |
fix
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template.html b/template.html index f7146d5..0aeb075 100644 --- a/template.html +++ b/template.html @@ -4,6 +4,7 @@ <title><++></title> <link rel="stylesheet" href="/plain.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> </head> <body> <h1><++></h1> |