UNPKG

zpt

Version:

Zenon Page Templates - JS (ZPT-JS)

17 lines (16 loc) 510 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>ZPT-JS Test Suite</title> <link rel="stylesheet" href="/node_modules/qunit/qunit/qunit.css"> <link rel="stylesheet" href="/node_modules/qunit-composite/qunit-composite.css"> <script src="/node_modules/qunit/qunit/qunit.js"></script> <script src="/node_modules/qunit-composite/qunit-composite.js"></script> <script src="js/app/index.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>