From 2de1badf29d78334a7a6a67c5074df7ff181a5d3 Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Mon, 7 Dec 2020 10:24:51 +0100 Subject: [PATCH] HTML index file to try out Gitlab's pages CI --- public/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/index.html diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..e50591f --- /dev/null +++ b/public/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<body> + +<h1>Eclipse P2 Repository for Indriya</h1> + +<p>This URL is an Eclipse P2 software repository for the Indriya reference implementation of units of measurement (JSR-385). You must use it in Eclipse (<a href="https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm).">see how</a>) or add it to a target platform when developing Eclipse Plugins.<p> +</body> +</html> -- GitLab