mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05:58 +01:00
18 lines
413 B
Text
18 lines
413 B
Text
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>Chat Form</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<form action="<%= request.getContextPath() %>/servlet/ChatServlet" name="chatform" method="post">
|
||
|
<input type="hidden" name="command" value="write">
|
||
|
<input type="hidden" name="message" value="">
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|