Browse Source

Merge branch 'develop' into feature

pull/4/head
maxiaofang 3 weeks ago
parent
commit
cd5747bcd7
  1. 14
      login.html/login.html.txt

14
login.html/login.html.txt

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Login Page</title>
</head>
<body>
<h2>User Login</h2>
<form>
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Login">
</form>
</body>
</html>
Loading…
Cancel
Save