diff.html 420 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5. </head>
  6. <body>
  7. <div
  8. id="container"
  9. style="float: left; width: 800px; height: 450px; border: 1px solid grey"
  10. ></div>
  11. <div style="clear: both"></div>
  12. <script src="dev-setup.js"></script>
  13. <script>
  14. loadEditor(function () {
  15. require(['./diff'], function () {});
  16. });
  17. </script>
  18. </body>
  19. </html>