Merge pull request #417 from tompscanlan/fix-utf-8

strange chars instead of emojis, fixed by adding charset header
This commit is contained in:
Jérôme Petazzoni
2018-12-12 00:28:08 +01:00
committed by GitHub

View File

@@ -4,6 +4,7 @@ TEMPLATE="""<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
</head>
<body>
<div class="main">