- <html>
- <head>
- <title>Spec Watchr Console</title>
- </head>
- <body>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script type="text/javascript">
- $.get(
- 'console-output.html',
- null,
- function(data)
- {
- $("#output").html(data);
- });
- </script>
- <div id="output">
- </div>
- </body>
- </html>