citrun

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

commit caba8117a3132bd6d0245b9b355407cbf645a06e
parent ee02fda69faa69e38707a9756fb049737dc3fa62
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 10:13:40 -0600

www: add description meta tag

Diffstat:
Mwww/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -5,6 +5,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <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." /> <title>C It Run</title> <link rel="stylesheet" type="text/css" href="citrun.css" /> </head>