zpt
Version:
Zenon Page Templates - JS (ZPT-JS)
18 lines (16 loc) • 526 B
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 type="module" src="js/app/index.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>