mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 05:50:10 +01:00
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.
13 lines
218 B
HTML
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>
|