Commit 954e1fbf authored by Administrator's avatar Administrator

login与register页面

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent a5e11584
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</article> </article>
<footer> <footer>
<hr> <hr>
<p>版权所有&copy;xxx公司</p> <p>版权所有&copy;uuo00_n-team</p>
</footer> </footer>
</body> </body>
</html> </html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>login</title>
</head>
<body>
<header>
<h1>跳蚤市场LOGO</h1>
<nav>导航: 首页 注册 登录</nav>
<hr>
</header>
<article>
<h2>登录</h2>
</article>
<article>
<form action="index.html" method="get">
账号:<input name="account" required="required" type="text"/><br>
密码:<input name="pwd" type="password"/><br>
<input type="submit" value="登录"/>
<input type="reset" value="取消"/>
</form>
</article>
<footer>
<hr>
<p>版权所有&copy;uuo00_n-team</p>
</footer>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>register</title>
</head>
<body>
<header>
<h1>跳蚤市场LOGO</h1>
<nav>导航: 首页 注册 登录</nav>
<hr>
</header>
<article>
<h2>注册</h2>
</article>
<article>
<h2>登录</h2>
</article>
<article>
<form action="index.html" method="get">
账号:<input name="account" required="required" type="text"/><br>
密码:<input name="pwd" type="password"/><br>
确认密码:<input name="pwd" type="password"/><br>
寝室:<input name="room" type="text"/><br>
电话:<input name="telephone" type="text"/><br>
头像:<input name="picture" type="file"/><br>
<input type="submit" value="注册"/>
<input type="reset" value="取消"/>
</form>
</article>
<footer>
<hr>
<p>版权所有&copy;uuo00_n-team</p>
</footer>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment