diff options
Diffstat (limited to '.gitlab-ci/pages-index.html')
-rw-r--r-- | .gitlab-ci/pages-index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci/pages-index.html b/.gitlab-ci/pages-index.html new file mode 100644 index 000000000..9a6aba58a --- /dev/null +++ b/.gitlab-ci/pages-index.html @@ -0,0 +1,13 @@ +<html> + <head> + <title>Cairo's development pages</title> + </head> + + <body> + <h1>Cairo's development pages</h1> + + <ul> + <li><a href="coverage/">Test coverage report</a></li> + </ul> + </body> +</html> |