diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-07 17:25:42 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-07 17:26:47 +0300 |
| commit | 2cc52e672bc1ec43eb09b067f4a1b53ba3995fa5 (patch) | |
| tree | 96560b2cac70ae9bc4a219823857a53237d01811 /index.html | |
| parent | 5bedbb7455929ce88fbde9788b3c2155624f2e29 (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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'> |
