UNPKG

354 BHTMLView Raw
1<!doctype html>
2<html>
3<head>
4<style>
5body {
6 font-family: monospace;
7 white-space: pre;
8}
9</style>
10</head>
11<body>
12<script>
13if (typeof console === 'undefined') console = {};
14console.log = function (msg) {
15 var txt = document.createTextNode(msg);
16 document.body.appendChild(txt);
17};
18</script>
19<script src="bundle.js"></script>
20</body>
21</html>