blob: 545f35d8a6c68e8ee232ebca796f3c5f165d65c8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>triage-sk</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#event-log-container {
border: 1px solid lightgrey;
margin: 5em 1em 1em;
padding: 1em;
}
#event-log {
font-family: monospace;
}
</style>
</head>
<body>
<div id=container>
<!-- A triage-sk element will be inserted here dynamically. -->
</div>
<div id=event-log-container>
<p><strong>Event log</strong></p>
<textarea id=event-log readonly rows=30 cols=120></textarea>
</div>
</body>
</html>