7 lines
285 B
HTML
7 lines
285 B
HTML
|
<div id="oauth-container">
|
||
|
<input id="remember_me" type="checkbox">
|
||
|
<a class="oauth-login twitter" href="http://example.com/"></a>
|
||
|
<a class="oauth-login github" href="http://example.com/"></a>
|
||
|
<a class="oauth-login facebook" href="http://example.com/?redirect_fragment=L1"></a>
|
||
|
</div>
|