ui/log_window.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;">
<title>DART Log</title>
<style>
body {
font-family: monospace;
white-space: pre;
}
</style>
<script src="log_window.js"></script>
</head>
<body>
</body>
</html>