blob: 45ccf070fc42596f8b5d65c035d6b6ab67c21a2d [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
body {
font-family: monospace;
white-space: pre;
}
</style>
</head>
<body>
<script>
if (typeof console === 'undefined') console = {};
console.log = function (msg) {
var txt = document.createTextNode(msg);
document.body.appendChild(txt);
};
</script>
<script src="bundle.js"></script>
</body>
</html>