123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title> Nibis </title>
- <script src="../web/js/ip.js"></script>
- <script src="qunit/qunit-2.13.0.js"></script>
- <link rel="stylesheet" type="text/css" href="qunit/qunit-2.13.0.css">
- <script src="../web/js/beautify-html.js"></script>
- <script src="../web/js/FileSaver.js"></script>
- </head>
- <body>
- <div id="qunit"></div>
- <div id="qunit-fixture"></div>
- <script src="../web/js/tedi/tedi2lang.js"></script>
- <script src="../web/js/tedi/tedi2html.js"></script>
- <script src="../web/js/tedi/tedi2tex.js"></script>
- <script src="../web/js/tedi/html2tedi.js"></script>
-
- <script src="test_tedi2html.js"></script>
- <script src="test_tedi2tex.js"></script>
- <script src="test_html2tedi.js"></script>
- </body>
- </html>
|