JaCoCo initial drop.
diff --git a/org.jacoco.doc/docroot/doc/index.html b/org.jacoco.doc/docroot/doc/index.html
new file mode 100644
index 0000000..017ebff
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/index.html
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <link rel="stylesheet" href="book.css" charset="ISO-8859-1" type="text/css" />
+ <title>JaCoCo - Documentation</title>
+</head>
+<body>
+
+<h1>JaCoCo - Documentation</h1>
+
+<h2>Contents</h2>
+
+<ul>
+ <li><a href="implementation.html">Implementation Design</a></li>
+ <li>API Documentation
+ <ul>
+ <li><a href="org.jacoco.core/index.html"><code>org.jacoco.core</code></a></li>
+ <li><a href="org.jacoco.agent/index.html"><code>org.jacoco.agent</code></a></li>
+ </ul>
+ </li>
+ <li><a href="license.html">License</a></li>
+</ul>
+
+<hr/>
+<div style="float:right">@VERSION@</div>
+<div>Copyright © 2009 Mountainminds GmbH & Co. KG, Marc R. Hoffmann</div>
+
+</body>
+</html>
\ No newline at end of file