summary refs log tree commit diff stats
path: root/template.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-07-27 22:22:14 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-07-27 22:22:14 +0800
commit686d3e88725f1d4b3023e306b29aba799fe63305 (patch)
tree3a2213606d27b557d360f0c68e4cd79c955f472f /template.html
parentbc6263aac2f0647572c7aecb10e637d62b89b4bb (diff)
downloadwww-686d3e88725f1d4b3023e306b29aba799fe63305.tar.gz
fix
Diffstat (limited to 'template.html')
-rw-r--r--template.html1
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>
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219