fix(UI) specify utf8 to avoid incorrect character rendering

This commit is contained in:
jkantor
2018-12-05 13:35:28 -05:00
parent db25a18f9d
commit c92144c436

View File

@@ -1,6 +1,8 @@
<!doctype html>
<html>
<head></head>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="root"></div>
</body>