index.html

Mon, 08 Mar 2010 13:24:17 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 08 Mar 2010 13:24:17 +0000
changeset 0
84917e0f649d
child 1
472c3486b43e
permissions
-rw-r--r--

Commit skeleton HTML page

<html>
<head>
	<style type="text/css">
		#support-chat
		{
		}
		#support-input
		{
			width:100%;
		}
		#support-send-button
		{
			float:right;
		}
	</style>
</head>
<body>
	<div id="support-chat">
		<div id="support-log">Hello</div>
		<input id="support-input" type="text" value="Hello" />
		<input id="support-send-button" type="submit" value="Send" />
	</div>
</body>
</html>

mercurial