diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-05-20 06:29:36 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-05-20 06:29:36 +0000 |
commit | a55960edd4dcd7535526de8d2277642522aa0209 (patch) | |
tree | c527e3cd2339d39b2d0717fb31a40bcfc23e23dc /www/bugs.html | |
parent | f01ff0f8e0ffca185a87143e6461a539b9285930 (diff) | |
download | klee-a55960edd4dcd7535526de8d2277642522aa0209.tar.gz |
Web page changes. Added a nice way to format code (div.code) in our CSS file.
Added download and install instructions, and a bug report page. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/bugs.html')
-rw-r--r-- | www/bugs.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/bugs.html b/www/bugs.html new file mode 100644 index 00000000..bd5dd86c --- /dev/null +++ b/www/bugs.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> +<html> +<head> + <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <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> +<body> +<include virtual="menu.html.incl"> +<div id="content"> + <!--*********************************************************************--> + <h1>KLEE Bug Reports</h1> + <!--*********************************************************************--> + + Please report any bugs in KLEE to + the <a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev + mailing list</a>. You need to be subscribe to the list in order to + send your report. + +</div> +</body> +</html> |