登录

来源:互联网 发布:北京上游网络 编辑:程序博客网 时间:2024/04/29 23:19
<html>
<head>
<title>登陆</title>
</head>
<body>
<center>
<h1>请登录</h1>
</center>
</body>
<body>
<center>
<form action = "游戏网站.html">
账号<input maxlength = "8" value = "请输入账号..."/>
<input type = "submit" value = "忘记密码"/>
<br/><br/>
密码<input type = "passWord" maxlength placeholder = "请输入密码..."/>
<input type = "submit" value = "密码找回"/>
<br/><br/>
<!--男<input type = "radio" name = "aa"/>-->
<input type = "submit" value = "登陆"/>
</form>

</center> 
</body>
</html>
原创粉丝点击