From 33358e411f2dd9a3cbd20ef786e4b219930f9bd7 Mon Sep 17 00:00:00 2001 From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr> Date: Tue, 17 Jul 2018 15:07:21 +0200 Subject: [PATCH] Adding a specific index for github pages --- index_github.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 index_github.html diff --git a/index_github.html b/index_github.html new file mode 100644 index 0000000..b87bcda --- /dev/null +++ b/index_github.html @@ -0,0 +1,14 @@ +<html> +<head> +<title>Test Project web pages</title> +</head> +<body> +<h3>Welcome to my super Test Project web pages</h3> +<ul> +<li><a href="https://darrivau.github.io/Testproject/Tests_Results/">See the unit tests report</a></li> +<li><a href="https://darrivau.github.io/Testproject/Jacoco/">See the Jacoco coverage report</a></li> +<li><a href="https://darrivau.github.io/Testproject/Javadoc/">See the javadoc</a></li> +<li><a href="https://darrivau.github.io/Testproject/ImmutableComplex-1.0.0.jar" download="ImmutableComplex-1.0.0.jar">Download the executable jar</a> +</ul> +</body> +</html> \ No newline at end of file -- GitLab