Sha256: 3f7595862e0ff67c45c14f88236dcfa70fc846bf974dff71f89febf9a4ef9723

Contents?: true

Size: 875 Bytes

Versions: 71

Compression:

Stored size: 875 Bytes

Contents

<!DOCTYPE html>
<html>

<head>

  <meta charset="UTF-8">

  <title>CodePen - Flat login form</title>

  <link rel="stylesheet" href="css/login.css" media="screen" type="text/css" />

</head>

<body>

  <form class="main-form">
    <i class="logo"></i>
    <div class='field-container'>
      <span class='field-error'>Email not valid.</span>
      <input name='email' type="text" placeholder="Email" value="">
      <input name='password' type="password" placeholder="Password" value="">
    </div>
    <label class='remember-me'>
      <input type="checkbox"> Remember me
    </label>
    <input class='submit' type="submit" value="Sign in">
    <a class='forgot-password' href="#" title="">Forgot your password?</a>
    <div class='signup'>
      <a href="#" title="">Don't have an account?</a>
      <a href="#" title="">Sign Up</a>
    </div>
  </form>

</body>

</html>

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
roda-component-0.1.73 test/dummy/public/chat/login.html
roda-component-0.1.72 test/dummy/public/chat/login.html
roda-component-0.1.71 test/dummy/public/chat/login.html
roda-component-0.1.70 test/dummy/public/chat/login.html
roda-component-0.1.69 test/dummy/public/chat/login.html
roda-component-0.1.68 test/dummy/public/chat/login.html
roda-component-0.1.67 test/dummy/public/chat/login.html
roda-component-0.1.66 test/dummy/public/chat/login.html
roda-component-0.1.65 test/dummy/public/chat/login.html
roda-component-0.1.64 test/dummy/public/chat/login.html
roda-component-0.1.63 test/dummy/public/chat/login.html
roda-component-0.1.62 test/dummy/public/chat/login.html
roda-component-0.1.61 test/dummy/public/chat/login.html
roda-component-0.1.60 test/dummy/public/chat/login.html
roda-component-0.1.59 test/dummy/public/chat/login.html
roda-component-0.1.58 test/dummy/public/chat/login.html
roda-component-0.1.57 test/dummy/public/chat/login.html
roda-component-0.1.56 test/dummy/public/chat/login.html
roda-component-0.1.55 test/dummy/public/chat/login.html
roda-component-0.1.54 test/dummy/public/chat/login.html