15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > HTML注册登录页面模板,左右切换,用户注册、用户登录两种功能。

HTML注册登录页面模板,左右切换,用户注册、用户登录两种功能。

时间:2023-09-08 08:30:02 | 来源:网站运营

时间:2023-09-08 08:30:02 来源:网站运营

HTML注册登录页面模板,左右切换,用户注册、用户登录两种功能。:<!DOCTYPE html>

<html lang="zh-CN">




<head>

<meta charset="utf-8">

<title>HTML注册登录页面模板</title>

<link rel="stylesheet" href="css/style.css">

</head>




<body>

<div class="content">

<div class="form sign-in">

<h2>欢迎回来</h2>

<label>

<span>邮箱</span>

<input type="email" />

</label>

<label>

<span>密码</span>

<input type="password" />

</label>

<p class="forgot-pass"><a href=" ">忘记密码?</a ></p >

<button type="button" class="submit">登 录</button>

<button type="button" class="fb-btn">使用 <span>facebook</span> 帐号登录</button>

</div>

<div class="sub-cont">

<div class="img">

<div class="img__text m--up">

<h2>还未注册?</h2>

<p>立即注册,发现大量机会!</p >

</div>

<div class="img__text m--in">

<h2>已有帐号?</h2>

<p>有帐号就登录吧,好久不见了!</p >

</div>

<div class="img__btn">

<span class="m--up">注 册</span>

<span class="m--in">登 录</span>

</div>

</div>

<div class="form sign-up">

<h2>立即注册</h2>

<label>

<span>用户名</span>

<input type="text" />

</label>

<label>

<span>邮箱</span>

<input type="email" />

</label>

<label>

<span>密码</span>

<input type="password" />

</label>

<button type="button" class="submit">注 册</button>

<button type="button" class="fb-btn">使用 <span>facebook</span> 帐号注册</button>

</div>

</div>

</div>




<script src="js/script.js"></script>

<div style="text-align:center;">

</div>

</body>




</html>

关键词:用户,注册,功能,模板,左右

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭