CINXE.COM
RunKit
<!doctype html> <html> <head> <title>RunKit</title> <link rel = "stylesheet" href = "https://static.runkitcdn.com/assets/styles/base2.css?v=ce0f1cbf00545d68f7a212bb4a3cb3a4aac49d35"/> <link rel = "stylesheet" href = "https://static.runkitcdn.com/assets/styles/auth.css?v=ce0f1cbf00545d68f7a212bb4a3cb3a4aac49d35"/> <link rel = "stylesheet" href = "https://static.runkitcdn.com/assets/vendor/font-awesome/css/font-awesome.min.css" /> <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> <body > <h1><img style = "height: 32pt; margin: 18pt;" alt = "RunKit" src = "https://static.runkitcdn.com/assets/images/brand/horizontal-logo.svg" /></h1> <div id="auth_box" class="well"> <form role="form" action="/register" method="POST"> <a href="/login/github" class="button button-full-width"> <span><i class="fa fa-github" style = "margin-right: 10px; font-size: 20px;"></i><span>Sign in with Github</span></span> </a> <hr class="or" /> <input type="hidden" name="_csrf" value="60f3c13e-02a8-44eb-9b48-589c5ba902f9" /> <div class="form-group"> <label for="emailInput">Email address</label> <input type="email" class="form-control" id="emailInput" value="" name="email" placeholder="you@gmail.com" autofocus> </div> <div class="form-group"> <label for="usernameInput">Username</label> <input class="form-control" id="usernameInput" name="username" value="" placeholder="johnny"> </div> <div class="form-group"> <label for="passwordInput">Password</label> <input type="password" autocomplete="new-password" class="form-control" id="passwordInput" name="password" placeholder="super secret"> </div> <div> <button type="submit" class="button">Register</button> <span style = "margin-left: 10px">or, <a href="/skip">skip this</a> and fill it out later</span> </div> </form> </div> <p class = "paragraph2" id="auth-accessory">Already have an account? <a href="/login">Log in</a></p> </body> </html>