diff --git a/index_github.html b/index_github.html new file mode 100644 index 0000000000000000000000000000000000000000..b87bcda5af50afb0977fcb44761a9097b2083876 --- /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