fcoin/browser/debug.html
2017-07-17 14:26:41 -07:00

12 lines
188 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>bcoin</title>
<script src="/bcoin.js"></script>
</head>
<body>
<h1>Bcoin</h1>
<p>Use the console to access `global.bcoin`.</p>
</body>
</html>