fix/output add utf-8 meta
This commit is contained in:
parent
9d5b5d4a2a
commit
4ab1143a01
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ def renderfile():
|
||||||
head = '''<!Doctype html>
|
head = '''<!Doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
|
|
Loading…
Reference in a new issue