diff console/console.xhtml @ 106:c06ec02217ee

many changes
author Sonny Piers <sonny@fastmail.net>
date Tue, 26 Jun 2012 12:02:14 +0200
parents
children 5cb4733c5189
line wrap: on
line diff
new file mode 100755
--- /dev/null
+++ b/console/console.xhtml
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+  <head>
+    <title>Lightstring Console</title>
+    <meta charset="UTF-8"/>
+    <script type="application/javascript" src="console.js"/>
+    <script type="application/javascript" src="../lib/vkbeautify.0.97.00.beta.js"/>
+    <link type="text/css" rel="stylesheet" href="console.css"/>
+  </head>
+  <body>
+    <div id="entries"/>
+    <div id="toolbar">
+      <button id="clear">Clear</button>
+      <input type="search" id="filter" placeholder="Filter"/>
+    </div>
+    <form id="input">
+      <textarea name="field" spellcheck="false"/>
+      <input type="submit" value="send"/>
+    </form>
+  </body>
+</html>
\ No newline at end of file