This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/partials/landing.html
Joseph Schorr 66e09b2a95 Switch landing page to read template from S3 bucket
This change uses CORS to make the Angular template request to a defined S3 bucket, falling back to the compiled login template if the bucket is not available.

Fixes #1313
2016-11-30 14:00:07 -05:00

4 lines
164 B
HTML

<div quay-static-include="{'hosted': 'index.html', 'otherwise': 'partials/landing-login.html'}"
onload="chromify()">
<span class="cor-loader"></span>
</div>