harness-drone/server/app/views/login.html
Brad Rydzewski 77daa5743f replaced Chrome browser with PhantomJS in karma tests
moved header to parent page, removed from templates
2014-06-21 19:40:21 -07:00

17 lines
477 B
HTML

<h1>Login</h1>
<div class="pure-u-1">
<a href="/login/github.com" target="_self">GitHub</a>
</div>
<div class="pure-u-1">
<a href="/login/enterprise.github.com" target="_self">GitHub Enterprise</a>
</div>
<div class="pure-u-1">
<a href="/login/bitbucket.org" target="_self">Bitbucket</a>
</div>
<div class="pure-u-1">
<a href="/login/stash.atlassian.com" target="_self">Stash</a>
</div>
<div class="pure-u-1">
<a href="/login/gitlab.com" target="_self">GitLab</a>
</div>