diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..760ead2ddb648f38708a26f501705e35ec1a0276
--- /dev/null
+++ b/index.html
@@ -0,0 +1,110 @@
+<!DOCTYPE html>
+<html>
+<head>
+    
+<title>RenderToolbox</title>
+    
+<style type="text/css">
+body,p,h1 {
+    font-family:Arial,Helvetica,sans-serif
+}
+
+body,td,th {
+    font-size:18px
+}
+
+table {
+    padding:50px
+}
+
+td {
+    border:1px solid #fff;
+    padding:10px;
+    border-collapse:collapse;
+    background-color:#EEE
+}
+
+ul {
+    list-style-type:none;
+    padding:5px
+}
+
+img {
+    width:100%
+}
+</style>
+
+</head>
+
+<body>
+    <table>
+        <tr>
+            <td colspan="2">
+                <div class="header">
+                    <h1 style="text-align: center">Rendertoolbox</h1>
+                </div>
+            </td>
+        </tr>
+
+
+        <tr>
+            <td>
+                <div class="navigation">
+                    <ul>
+                        <li>
+                            <a href=
+                            "https://github.com/RenderToolbox/RenderToolbox4/wiki/Dragon">
+                            <img alt="RenderToolbox wiki" src=
+                            "https://s3-us-west-2.amazonaws.com/render-toolbox-reference/all-example-scenes/2016-10-11-20-50-56/rtbMakeDragonColorChecker/images/Mitsuba/rtbMakeDragonColorChecker-Mitsuba.png"></a>
+                        </li>
+
+
+                        <li>
+                            <a href=
+                            "https://github.com/RenderToolbox/RenderToolbox4/wiki/BlenderPython">
+                            <img alt="RenderToolbox wiki" src=
+                            "https://raw.githubusercontent.com/RenderToolbox/RenderToolbox4/gh-pages/ExampleScenes/BlenderPython/CheckerShadowDimples.png"></a>
+                        </li>
+                    </ul>
+                </div>
+            </td>
+
+            <td>
+                <div class="content">
+                    <p><strong>Welcome to RenderToolbox!</strong>
+                    </p>
+
+
+                    <p>RenderToolbox is a set of free and open-source Matlab
+                    tools that facilitate 3D rendering with physically-based
+                    renderers.</p>
+
+
+                    <p>A particular focus is on easy manipulation of surface
+                    spectral reflectances, surface materials, and illuminant
+                    spectral power distributions. One target application for
+                    the toolbox is visual psychophysics, where often
+                    manipulating these variables is of experimental
+                    interest.</p>
+                </div>
+            </td>
+        </tr>
+
+
+        <tr>
+            <td colspan="2" style="vertical-align: bottom">
+                <div class="footer">
+                    <p>To learn more, please visit the <a href=
+                    "https://github.com/RenderToolbox/RenderToolbox4/wiki">RenderToolbox
+                    wiki</a>, which contains a full set of documentation.</p>
+
+
+                    <p>To obtain the software, please visit the <a href=
+                    "https://github.com/RenderToolbox/RenderToolbox4">main
+                    GitHub page</a>.</p>
+                </div>
+            </td>
+        </tr>
+    </table>
+</body>
+</html>