commit 933c117a484ef0365cc9aff5626520b20b8b8f36 Author: David Fifield david@bamsoftware.com Date: Sun Apr 15 17:31:47 2018 -0700
Declare utf-8 in index.html. --- proxy/static/index.html | 1 + 1 file changed, 1 insertion(+)
diff --git a/proxy/static/index.html b/proxy/static/index.html index 5767593..e454086 100644 --- a/proxy/static/index.html +++ b/proxy/static/index.html @@ -3,6 +3,7 @@
<head> <title>Snowflake</title> +<meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <style> body { text-align: center; margin: auto;