Files
yezhengcool-yezheng/templates/test.html
YeZheng e9be3a173c test6
2024-01-19 11:26:55 +08:00

20 lines
276 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>我的地盘</title>
</head>
<body>
<h1>登录</h1>
<input type="text" /><br/>
<input type="password" /><br/>
<input type="submit" value="提交" />
</body>
</html>