-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththread.htm
More file actions
29 lines (25 loc) · 954 Bytes
/
Copy paththread.htm
File metadata and controls
29 lines (25 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://w3.org">
<HEAD>
<meta charset="UTF-8">
<TITLE>none title</TITLE>
</HEAD>
<BODY bgcolor="#E4E4E4">
<div><b>【17:57】</b><font size="5" color="red"><b>すれっどのたいとる</b></font></div>
<br>
1 名前:<font color="green"><strong>名無し</strong></font> :2025/06/14(土) 10:55:15<br>
   こんにちは
<br>
<br>
<form action="" method="post">
<button type="submit">書き込む</button>
<label for="username">名前:</label>
<input type="text" id="username" width="100" name="username" required placeholder="名無し">
<label for="useremail">メアド:</label>
<input type="email" id="useremail" name="useremail" required>
<br>
<br>
<textarea id="usermessage" name="usermessage" rows="5" cols="65" required></textarea>
</form>
<a href="."><strong>リロード</strong></a> <a href="/"><strong>板のトップ</strong></a>
</BODY>
</HTML>