summaryrefslogtreecommitdiffstats
path: root/buildtools/appveyor_redirect_template.html
blob: c67d519120d427226c380f2daf3b4fa8161c3ae6 (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://ci.appveyor.com/project/inkscape/inkscape/history">https://ci.appveyor.com/project/inkscape/inkscape/history</a>.</p>
  </body>
</html>