citrun

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

commit 32dc84643f2827208850da6335d61e33a8d5d7fc
parent 0f01ffc9ea9237e057df3c88aa0918cbfa5dd2c7
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 16 Dec 2016 22:55:14 -0700

www: add width to picture

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

diff --git a/www/index.html b/www/index.html @@ -20,7 +20,8 @@ can be easily identified and that execution flow can be summarized at a glance. <p> - <img class="screenshot" src="citrun-term.png" alt="screenshot of citrun-term"/> + <img class="screenshot" src="citrun-term.png" + alt="screenshot of citrun-term" width="100%" /> <p> The C/C++ programming languages are supported on UNIX like systems. </p>