Commit skeleton HTML page

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

Commit skeleton HTML page

index.html file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Mon Mar 08 13:24:17 2010 +0000
@@ -0,0 +1,24 @@
+<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