83577a7d5d
removed amber files. replacing with angular removed queue package in favor or worker package removed channel package in favor of pubsub package
19 lines
530 B
HTML
19 lines
530 B
HTML
<div ng-include src=" '/views/header.html' "></div>
|
|
|
|
<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>
|