Mercurial > eldonilo > lightstring
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 105:fb50311997b5 | 106:c06ec02217ee |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
| 3 <head> | |
| 4 <title>Lightstring Console</title> | |
| 5 <meta charset="UTF-8"/> | |
| 6 <script type="application/javascript" src="console.js"/> | |
| 7 <script type="application/javascript" src="../lib/vkbeautify.0.97.00.beta.js"/> | |
| 8 <link type="text/css" rel="stylesheet" href="console.css"/> | |
| 9 </head> | |
| 10 <body> | |
| 11 <div id="entries"/> | |
| 12 <div id="toolbar"> | |
| 13 <button id="clear">Clear</button> | |
| 14 <input type="search" id="filter" placeholder="Filter"/> | |
| 15 </div> | |
| 16 <form id="input"> | |
| 17 <textarea name="field" spellcheck="false"/> | |
| 18 <input type="submit" value="send"/> | |
| 19 </form> | |
| 20 </body> | |
| 21 </html> |
