parent
cbc1961f0f
commit
7477b1f93b
File diff suppressed because it is too large
Load Diff
@ -1,18 +1,21 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="zh-CN">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Send Message</title>
|
<title>发送消息</title>
|
||||||
|
<link rel="stylesheet" href="/static/login.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Send Message</h1>
|
<div class="login">
|
||||||
|
<h2>发送消息</h2>
|
||||||
<form method="post" enctype="multipart/form-data">
|
<form method="post" enctype="multipart/form-data">
|
||||||
<label for="message">Message:</label>
|
<h3>消息内容</h3>
|
||||||
<textarea id="message" name="message" rows="4" cols="50" required></textarea><br><br>
|
<textarea id="message" name="message" rows="4" cols="50" required></textarea><br><br>
|
||||||
<label for="photo">Upload Photo:</label>
|
<h3>选择图片</h3>
|
||||||
<input type="file" id="photo" name="photo"><br><br>
|
<input type="file" id="photo" name="photo"><br><br>
|
||||||
<button type="submit">Send Message</button>
|
<button type="submit" class="register-button">发送</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in new issue