Fix place of meta tag

This commit is contained in:
taizan-hokuto
2020-07-13 23:03:20 +09:00
parent cf6ed24864
commit 8882c82f8b

View File

@@ -12,9 +12,9 @@ fmt_headers = ['datetime', 'elapsed', 'authorName',
'message', 'superchat', 'type', 'authorChannel']
HEADER_HTML = '''
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
'''
TABLE_CSS = '''