登录界面

Posted on 2018-09-17 07:46  mini7  阅读(111)  评论(0编辑  收藏  举报
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body style="">>
<h2 style="">>Email 登录界面</h2>
<p style="">>请输入账号:</p>
</body>
<body>
<li><a
href="mailto:michael.bluth@example.com">Email</a></li>
<form action=""method="get" class="form-example">
<div class="form-example">
<label for="name">输入你的地址:</label>
<input type="text" name="name" id="name" required>
</div>
<div class="form-example">
<label for="email">输入你的密码: </label>
<input type="email" name="email" id="email" required>
</div>
<div class="form-example">
<input type="submit" value="登录">
</div>
 
</body>
</html></html>