14 lines
237 B
HTML
14 lines
237 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript" src="/browserify.js"></script>
|
|
<style type="text/css">
|
|
pre {
|
|
white-space: pre;
|
|
word-wrap: break-word;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<pre id="output"></pre>
|
|
</body>
|
|
</html>
|