1
0
Fork 0
arangodb/js/node/node_modules/ansi_up/examples/browser_amd.html

17 lines
280 B
HTML

<html>
<head>
<style type="text/css">
pre {
margin: 0;
font-family: monaco, "Courier New", Courier, monospace;
line-height: 1.3;
background: black;
}
</style>
<script data-main="main.js" src="require.js"></script>
</head>
<body>
<pre id="console"></pre>
</body>
</html>