Skip to content
Snippets Groups Projects
Commit b40133a8 authored by Haoyu Sun's avatar Haoyu Sun
Browse files

Update 3 files

- /src/main/resources/static/index.html
- /src/main/resources/static/login.html
- /src/main/resources/static/register.html
parent 3e5d9f89
No related branches found
No related tags found
1 merge request!20Five pages index controller
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="../static/css/style.css">
</head>
<body>
<div class="blob"></div>
<div class="wrapper">
<form action="">
<h2>Homepage</h2>
<div class="input-box">
<input type="email" required>
<label for="">登录邮箱</label>
</div>
<div class="input-box">
<input type="password" required>
<label for="">输入密码</label>
</div>
<button type="submit">log in</button>
<div class="register-link">
<p>还没有账号?<a href="register.html">点击注册</a></p>
</div>
</form>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="../static/css/style.css">
</head>
<body>
<div class="blob"></div>
<div class="wrapper">
<form action="">
<h2>Register</h2>
<div class="input-box">
<input type="email" required>
<label for="">登录邮箱</label>
</div>
<div class="input-box">
<input type="password" required>
<label for="">输入密码</label>
</div>
<div class="input-box">
<input type="password" required>
<label for="">确认密码</label>
</div>
</form>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment