summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-07 17:25:42 +0300
committerAlon Levy <alon@pobox.com>2014-08-07 17:26:47 +0300
commit2cc52e672bc1ec43eb09b067f4a1b53ba3995fa5 (patch)
tree96560b2cac70ae9bc4a219823857a53237d01811 /index.html
parent5bedbb7455929ce88fbde9788b3c2155624f2e29 (diff)
index.html: use utf-8 char set
Makes it easier to develop with d3.js from git, which uses pi symbol and other greek math symbols.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6419e00e..c4a83c1b 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Rhizi Prototype </title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="ui.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>