Current section
Files
Jump to
Current section
Files
priv/lib-src/cotonic/test/cotonic.html
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="lib/qunit.css">
<script src="lib/qunit.js"></script>
<script type="text/javascript" src="/src/polyfill_page.js"></script>
<script type="text/javascript"
src="/src/cotonic.js"
data-base-worker-src="http://localhost:6227/src/cotonic.worker.js"></script>
<script type="text/javascript" src="cotonic.test.js"></script>
</head>
<body>
<div id="qunit"></div>
</body>
</html>