diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html deleted file mode 100644 index 932572119fffee02a5944a3766d7358e2c508791..0000000000000000000000000000000000000000 --- a/src/main/resources/static/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <title>Title</title> -</head> -<body> - -</body> -</html> \ No newline at end of file diff --git a/src/main/resources/static/login.html b/src/main/resources/static/login.html deleted file mode 100644 index 667b00ff4cc16f0c1ff09e78903728b7b2bb6c56..0000000000000000000000000000000000000000 --- a/src/main/resources/static/login.html +++ /dev/null @@ -1,30 +0,0 @@ -<!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 diff --git a/src/main/resources/static/register.html b/src/main/resources/static/register.html deleted file mode 100644 index a4364bcb7d54c72d1fec220cd00eba68d8ec476d..0000000000000000000000000000000000000000 --- a/src/main/resources/static/register.html +++ /dev/null @@ -1,28 +0,0 @@ -<!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