Add HTML5 charset tag

This commit is contained in:
HummyPkg 2017-03-13 18:15:25 +00:00
parent 74b744aa02
commit d4a0117fab

View File

@ -8,6 +8,7 @@ puts {
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8">
<title> <title>
} }