citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ac766bb2dd530df0a5575c96665bf3bce8219663
parent 57e1e3b6f32e0d51c7120fc5cd40d018e98c23e9
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon,  4 Apr 2016 18:44:02 -0600

www: set charset

Diffstat:
Mwww/index.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/index.html b/www/index.html @@ -2,7 +2,8 @@ <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta charset="utf-8" /> + <meta http-equiv="Content-Type" content="text/html" /> <meta name="viewport" content="width=device-width" /> <meta name="description" content="C It Run is a suite of tools that lets you watch your source code execute." />