diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 636e109f..ea60335a 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> - <title>The klee Symbolic Virtual Machine</title> + <title>The KLEE Symbolic Virtual Machine</title> <link type="text/css" rel="stylesheet" href="menu.css"> <link type="text/css" rel="stylesheet" href="content.css"> </head> @@ -12,10 +12,10 @@ <!--#include virtual="menu.html.incl"--> <div id="content"> <!--*********************************************************************--> - <h1>The klee Symbolic Virtual Machine</h1> + <h1>The KLEE Symbolic Virtual Machine</h1> <!--*********************************************************************--> - <p>klee is a symbolic virtual machine built on top of + <p>KLEE is a symbolic virtual machine built on top of the <a href="http://llvm.org">LLVM</a> compiler infrastructure.</p> <p>Stay tuned for more information on public availability. For now, @@ -28,5 +28,6 @@ 2008</a> paper.</p> </div> + </body> </html> |