a zip code crypto-currency system good for red ONLY

test.html 454B

1234567891011121314151617181920
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
  5. </head>
  6. <body>
  7. <div id="mocha"></div>
  8. <script src="../node_modules/mocha/mocha.js"></script>
  9. <script>mocha.setup('bdd')</script>
  10. <script src="./browser.js"></script>
  11. <script>
  12. if (window.mochaPhantomJS) {
  13. mochaPhantomJS.run();
  14. } else {
  15. mocha.run();
  16. }
  17. </script>
  18. </body>
  19. </html>