2014-09-03 07:43:36 +00:00
|
|
|
<!--
|
|
|
|
minor modifications to the style that only apply to this view
|
|
|
|
-->
|
|
|
|
<style>
|
|
|
|
#container { padding-top: 155px; }
|
|
|
|
#header { height: 150px; }
|
|
|
|
#header .user { display:none; }
|
|
|
|
#header .brand { margin-top:55px ; }
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<article id="loginpage">
|
2014-09-30 07:43:50 +00:00
|
|
|
<form class="pure-g" method="POST" action="/api/auth/gitlab.com">
|
2014-09-03 07:43:36 +00:00
|
|
|
<div class="pure-u-1">
|
2014-09-03 08:12:03 +00:00
|
|
|
<input type="text" name="username" placeholder="Email Address" />
|
2014-09-03 07:43:36 +00:00
|
|
|
</div>
|
|
|
|
<div class="pure-u-1">
|
|
|
|
<input type="password" name="password" placeholder="Password" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="pure-u-1">
|
|
|
|
<input type="submit" value="Gitlab Login" />
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</article>
|