Created
June 11, 2020 12:46
-
-
Save bilke/6a206e87c18e3b796a845003e0fc41a8 to your computer and use it in GitHub Desktop.
OpenGeoSys GitLab CI reports link page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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