test.html 866 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title> Nibis </title>
  7. <script src="../web/js/ip.js"></script>
  8. <script src="qunit/qunit-2.13.0.js"></script>
  9. <link rel="stylesheet" type="text/css" href="qunit/qunit-2.13.0.css">
  10. <script src="../web/js/beautify-html.js"></script>
  11. <script src="../web/js/FileSaver.js"></script>
  12. </head>
  13. <body>
  14. <div id="qunit"></div>
  15. <div id="qunit-fixture"></div>
  16. <script src="../web/js/tedi/tedi2lang.js"></script>
  17. <script src="../web/js/tedi/tedi2html.js"></script>
  18. <script src="../web/js/tedi/tedi2tex.js"></script>
  19. <script src="../web/js/tedi/html2tedi.js"></script>
  20. <script src="test_tedi2html.js"></script>
  21. <script src="test_tedi2tex.js"></script>
  22. <script src="test_html2tedi.js"></script>
  23. </body>
  24. </html>