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>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
body {
|
||||
margin: auto !important;
|
||||
|
|
Loading…
Reference in a new issue