为了账号安全,请及时绑定邮箱和手机立即绑定

<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <title>基础表单</title>
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
</head>
<body>
<form role="form">
  <div>
    <label for="">邮箱:</label>
    <input type="email" placeholder="请输入您的邮箱地址">
  </div>
  <div>
    <label for="">密码</label>
    <input type="password" id="" placeholder="请输入123您的邮箱密码">
  </div>
  <div>
    <label>
      <input type="checkbox"> 记住密码
    </label>
  </div>
  <button type="submit" class="btn btn-default">进入邮箱</button>
</form>    
</body>
</html>

正在回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信