blob: 741798021d859b20f6845e232a2821958a779003 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<rml>
<head>
<link type="text/rcss" href="console.rcss"/>
<title>Console</title>
</head>
<body id="console_body">
<div id="scrollback"></div>
<div id="input_row">
<span id="prompt">></span>
<input type="text" id="cmd_input" value=""/>
</div>
</body>
</rml>
|