Add meta charset

This commit is contained in:
greg 2019-01-26 02:49:22 -08:00
parent 6953ebad52
commit 742abc5989
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<html>
<head>
<title>Kucinako</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset='utf-8' />
</head>
<body>
<div id="root"></div>