Skip to content

Instantly share code, notes, and snippets.

@bilke
Created June 11, 2020 12:46
Show Gist options
  • Save bilke/6a206e87c18e3b796a845003e0fc41a8 to your computer and use it in GitHub Desktop.
Save bilke/6a206e87c18e3b796a845003e0fc41a8 to your computer and use it in GitHub Desktop.
OpenGeoSys GitLab CI reports link page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build Reports</title>
</head>
<body>
<ul>
<li><a href="build/docs/index.html">Doxygen</a></li>
<li><a href="web/public/index.html">Web</a></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment