106
|
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> |