Wed Apr 26 13:25:00 UTC 2023 inscode

上级 cf2ed2f3
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="UTF-8" /> <title>用户登录</title>
<link rel="icon" href="/favicon.ico" /> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head>
<title>Vite App</title> <body>
</head> <h1>用户登录</h1>
<body> <form action="login.php" method="POST">
<div id="app"></div> <label for="username">用户名:</label><br>
<script type="module" src="/src/main.js"></script> <input type="text" id="username" name="username"><br>
</body> <label for="password">密码:</label><br>
<input type="password" id="password" name="password"><br><br>
<input type="submit" value="登录">
</form>
</body>
</html> </html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册