summaryrefslogtreecommitdiffstats
path: root/buildtools/ci_redirect_template.html
blob: 0d25710e9b12a906f6d279a4c2a6e92049443fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="0; url=${URL}">
    <title>Redirecting...</title>
  </head>
  <body>
    <p>Redirecting to latest build of '${BRANCH}' branch. If you're not redirected automatically, use this direct link: <a href="${URL}">${FILENAME}</a></p>
    <p>For a full list of all available CI builds visit <a href="https://gitlab.com/inkscape/inkscape/-/pipelines">https://gitlab.com/inkscape/inkscape/-/pipelines</a>.</p>
  </body>
</html>