From a2d75ea45449db7e6d3bb9fa195cb590dd399b66 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 23 Dec 2022 09:28:06 +0100 Subject: [PATCH] First commit --- html/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 html/index.html diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..3e7aaaa --- /dev/null +++ b/html/index.html @@ -0,0 +1,14 @@ +<html> + <head> + <title>Integration platform</title> + </head> + <body> + <h1>Integration platform</h1> + <p>TODO: Description</p> + <h2>Resources</h2> + <h3>DSS API</h3> + <p><a href="https://test.madiphs.org/dss/rest/dss">List all DSSs available</a></p> + <h3>Weather API</h3> + <p></p> + </body> +</html> \ No newline at end of file -- GitLab