mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05:58 +01:00
7857d170be
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1871 b35dd754-fafc-0310-a699-88a17e54d16e
18 lines
No EOL
413 B
Text
18 lines
No EOL
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> |