Declare utf-8 in index.html.

This commit is contained in:
David Fifield 2018-04-15 17:31:47 -07:00
parent 5a1dffcceb
commit 933c117a48

View file

@ -3,6 +3,7 @@
<head> <head>
<title>Snowflake</title> <title>Snowflake</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<style> <style>
body { body {
text-align: center; margin: auto; text-align: center; margin: auto;