mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
34acbe9cee
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1964 b35dd754-fafc-0310-a699-88a17e54d16e
19 lines
534 B
Text
19 lines
534 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>
|
|
|
|
<link rel="stylesheet" href="<%= request.getContextPath() %>/style_sheet.jsp"
|
|
type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<form name="chatform" action="<%= request.getContextPath() %>/ChatServlet" method="post">
|
|
<input type="hidden" name="command" value="write">
|
|
<input type="hidden" name="message" value="">
|
|
</form>
|
|
</body>
|
|
|
|
</html>
|