diff --git a/html/css/images/MaDiPHS_logo.png b/html/css/images/MaDiPHS_logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..70e8ad5f4f323bce9199f15abe69510311a7f228
Binary files /dev/null and b/html/css/images/MaDiPHS_logo.png differ
diff --git a/html/index.html b/html/index.html
index 74531ee9db550e1f3fe08e3622a1fa54fa93766c..7e36dff71a174be2d13dedbc1fcc42401212dbfb 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,14 +1,30 @@
 <html>
     <head>
-        <title>Integration platform</title>
+        <title>MaDIPHS Integration platform</title>
     </head>
     <body>
+        <img src="css/images/MaDiPHS_logo.png" style="width: 300px;" alt="MaDiPHS logo"/>
         <h1>Integration platform</h1>
-        <p>TODO: Description</p>
+        <p>This is an extremely early version of the <a href="https://madiphs.org/" target="new">MaDiPHS</a> integration platform, enabling access to vital ICT resources in the project.</p>
         <h2>Resources</h2>
+        <p>These are resources for consumption by web service clients.</p>
         <h3>DSS API</h3>
-        <p><a href="https://test.madiphs.org/dss/rest/dss">List all DSSs available</a></p>
+        <p>
+            This is the web service API for discovery of and usage of Decision Support Systems (DSS) such 
+            as <a href="http://nibio.no/vips" target="new">VIPS</a>
+        </p>
+        <ul>
+            <li><a href="/dss/apidocs/">API documentation</a></li>
+            <li><a href="/dss/rest/dss">List all DSSs available</a></p></li>
+        </ul>
         <h3>Weather API</h3>
-        <p><a href="https://test.madiphs.org/weather/rest/weatherdatasource">List all Weather data sources available</a></p>
+        <p>This is the web service API for discovery of and usage of weather datasources, providing input data to DSS, both measured/calculated data from the current growing season and weather forecasts.</p>
+        <ul>
+            <li><a href="/weather/apidocs/">API documentation</a></li>
+            <li><a href="/weather/rest/dss">List all DSSs available</a></p></li>
+        </ul>
+        <p style="font-size: small;">
+            The DSS API and the Weather API are based on software developed for a similar purpose in Europe in the <a href="https://platform.ipmdecisions.net/" target="new">IPM Decisions project</a>
+        </p>
     </body>
 </html>
\ No newline at end of file