index.html 321 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Mux.js Demo</title>
  6. <link rel="icon" href="logo.svg">
  7. </head>
  8. <body>
  9. <h1>use window.muxjs in the console!</h3>
  10. <ul>
  11. <li><a href="test/debug.html">Run unit tests in browser.</a></li>
  12. </ul>
  13. <script src="dist/mux.js"></script>
  14. </body>
  15. </html>