cairo/.gitlab-ci/pages-index.html
Federico Mena Quintero 3f709d0050 Add a landing page for GitLab pages
GitLab pages for cairo appear in
https://cairo.pages.freedesktop.org/cairo/ but there is nothing there
right now, so it gives a 404.  Only
https://cairo.pages.freedesktop.org/cairo/coverage works so far.

So, add public/index.html as a minimal landing page.  My intention is
to link other things from there - an HTMLized report of the test
suite, a development guide, things like that.
2024-09-05 10:09:26 -06:00

13 lines
218 B
HTML

<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>