You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
557B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>mustache.js unit tests</title>
  5. <link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen">
  6. <script type="text/javascript" src="qunit/qunit.js"></script>
  7. <script type="text/javascript" src="../mustache.js"></script>
  8. <script type="text/javascript" src="unit.js"></script>
  9. </head>
  10. <body>
  11. <h1 id="qunit-header">mustache.js unit tests</h1>
  12. <h2 id="qunit-banner"></h2>
  13. <div id="qunit-testrunner-toolbar"></div>
  14. <h2 id="qunit-userAgent"></h2>
  15. <ol id="qunit-tests"></ol>
  16. </body>
  17. </html>