1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
8 <link rel="stylesheet" type="text/css" href="firebug.css">
12 <div id="toolbar" class="toolbar">
13 <a href="#" onclick="parent.console.clear()">Clear</a>
14 <span class="toolbarRight">
15 <a href="#" onclick="parent.console.close()">Close</a>
19 <input type="text" id="commandLine">
21 <script>parent.onFirebugReady(document);</script>