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> head = '''<!Doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8">
<style> <style>
body { body {
margin: auto !important; margin: auto !important;