index.html 214 B

1234567891011
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>TAPE Example</title>
  5. <script src="/testem.js"></script>
  6. <script src="test-adapter.js"></script>
  7. <script src="bundle.js"></script>
  8. </head>
  9. <body>
  10. </body>
  11. </html>