fix/output add utf-8 meta

This commit is contained in:
SouthFox 2022-12-01 17:51:18 +08:00
parent 9d5b5d4a2a
commit 4ab1143a01

View file

@ -26,6 +26,7 @@ def renderfile():
head = '''<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
margin: auto !important;